remove server from client
This commit is contained in:
parent
19f3813338
commit
7cdff9220a
18 changed files with 352 additions and 1216 deletions
|
@ -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());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue