add block map (will reimplement this)

This commit is contained in:
Sen 2025-06-19 16:21:15 +02:00
parent 9930d1bb6d
commit 64cff6a171
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
4 changed files with 133 additions and 1 deletions

View file

@ -215,6 +215,8 @@ public final class Server implements IThreadListener, Executor {
}
private long loadServerConfig() {
Region.loadMaps();
File file = new File("server.cdt");
if(!file.exists())
file = new File("server.cdt.tmp");