add import/load command

This commit is contained in:
Sen 2025-06-28 19:36:55 +02:00
parent 96fb940087
commit 614e859146
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
9 changed files with 178 additions and 32 deletions

View file

@ -103,7 +103,6 @@ import server.network.Player;
import server.network.User;
import server.vars.SVar;
import server.vars.SVars;
import server.world.Converter;
import server.world.Region;
import server.world.WorldServer;
@ -405,7 +404,6 @@ public final class Server implements IThreadListener, Executor {
public void run(long time) {
Region.loadMap();
Converter.convert("terra");
long wtime = this.loadServerConfig();
if(this.keyPair == null) {
Log.SYSTEM.info("Generiere neues Schlüsselpaar");