specify client and server

This commit is contained in:
Sen 2025-05-12 19:13:37 +02:00
parent 95b5d0e3e3
commit 1578d22e46
7 changed files with 13 additions and 11 deletions

View file

@ -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");