remove server from client

This commit is contained in:
Sen 2025-05-04 00:56:38 +02:00
parent 19f3813338
commit 7cdff9220a
18 changed files with 352 additions and 1216 deletions

View file

@ -69,8 +69,7 @@ public class Region {
thread.setPriority(1);
thread.start();
}
public static final File SAVE_DIR = new File("saves");
private static final Map<String, Region> CACHE = Maps.<String, Region>newHashMap();
private static final List<WorldServer> QUEUE = Collections.<WorldServer>synchronizedList(Lists.<WorldServer>newArrayList());