Added internal caching of table names & table counts
This commit is contained in:
parent
67d9f2f832
commit
29d01a158a
6 changed files with 50 additions and 26 deletions
|
|
@ -103,7 +103,7 @@ public class ConfigHandler extends Queue {
|
|||
public static Map<String, List<Integer>> lookupAlist = syncMap();
|
||||
public static Map<String, Integer[]> lookupRadius = syncMap();
|
||||
public static Map<String, String> lookupTime = syncMap();
|
||||
public static Map<String, Integer> lookupRows = syncMap();
|
||||
public static Map<String, Long[]> lookupRows = syncMap();
|
||||
public static Map<String, String> uuidCache = syncMap();
|
||||
public static Map<String, String> uuidCacheReversed = syncMap();
|
||||
public static Map<String, Integer> playerIdCache = syncMap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue