converter TEMP

This commit is contained in:
Sen 2025-06-26 12:04:44 +02:00
parent 445c1be8af
commit 3a1679f0e9
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
3 changed files with 47 additions and 134 deletions

View file

@ -405,7 +405,7 @@ public final class Server implements IThreadListener, Executor {
public void run(long time) {
Region.loadMap();
Converter.convert(this);
Converter.convert();
long wtime = this.loadServerConfig();
if(this.keyPair == null) {
Log.SYSTEM.info("Generiere neues Schlüsselpaar");