Spigot-149 - Save map in primary world.

This commit is contained in:
FearThe1337 2014-12-17 16:23:36 +01:00 committed by BuildTools
parent 20c65caae7
commit 5ae6f9935c

View File

@ -1,5 +1,5 @@
--- ../work/decompile-8eb82bde//net/minecraft/server/ItemMapEmpty.java 2014-11-28 17:43:43.237707432 +0000
+++ src/main/java/net/minecraft/server/ItemMapEmpty.java 2014-11-28 17:38:23.000000000 +0000
--- ../work/decompile-8eb82bde//net/minecraft/server/ItemMapEmpty.java Wed Dec 17 16:16:12 2014
+++ src/main/java/net/minecraft/server/ItemMapEmpty.java Wed Dec 17 16:16:12 2014
@@ -7,15 +7,19 @@
}
@ -10,7 +10,8 @@
String s = "map_" + itemstack1.getData();
WorldMap worldmap = new WorldMap(s);
world.a(s, (PersistentBase) worldmap);
- world.a(s, (PersistentBase) worldmap);
+ worldMain.a(s, (PersistentBase) worldmap);
worldmap.scale = 0;
worldmap.a(entityhuman.locX, entityhuman.locZ, worldmap.scale);
- worldmap.map = (byte) world.worldProvider.getDimension();