mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-09 08:32:07 -07:00
Update to Minecraft 1.10
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
public int centerX;
|
||||
@@ -19,8 +27,18 @@
|
||||
private Map<EntityHuman, WorldMap.WorldMapHumanTracker> j = Maps.newHashMap();
|
||||
private final Map<EntityHuman, WorldMap.WorldMapHumanTracker> j = Maps.newHashMap();
|
||||
public Map<String, MapIcon> decorations = Maps.newLinkedHashMap();
|
||||
|
||||
+ // CraftBukkit start
|
||||
|
Reference in New Issue
Block a user