mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-02-09 00:42:03 +01:00
Initialise location cache
This commit is contained in:
parent
4cc3c40c87
commit
8779062a82
@ -422,8 +422,7 @@ public class CitizensNPC extends AbstractNPC {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private static final Location CACHE_LOCATION = null;
|
private static final Location CACHE_LOCATION = new Location(null, 0, 0, 0);
|
||||||
|
|
||||||
private static final SetMultimap<ChunkCoord, NPC> CHUNK_LOADERS = HashMultimap.create();
|
private static final SetMultimap<ChunkCoord, NPC> CHUNK_LOADERS = HashMultimap.create();
|
||||||
private static final String NPC_METADATA_MARKER = "NPC";
|
private static final String NPC_METADATA_MARKER = "NPC";
|
||||||
private static boolean SUPPORT_GLOWING = true;
|
private static boolean SUPPORT_GLOWING = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user