specify client and server
This commit is contained in:
parent
95b5d0e3e3
commit
1578d22e46
7 changed files with 13 additions and 11 deletions
|
@ -314,7 +314,7 @@ public final class Server implements IThreadListener, IServer {
|
|||
|
||||
public void run(int port) {
|
||||
long time = System.currentTimeMillis();
|
||||
Log.JNI.info("Starte Server Version " + Config.VERSION);
|
||||
Log.JNI.info("Starte " + Config.NAME + " Server Version " + Config.VERSION);
|
||||
if(!this.debug) {
|
||||
Converter.convert();
|
||||
this.setMessage("Welt wird erstellt und geladen");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue