Update CraftBukkit to Minecraft 1.7.2
This commit is contained in:
@@ -14,7 +14,7 @@ import org.bukkit.craftbukkit.CraftWorld;
|
||||
import org.bukkit.craftbukkit.map.CraftMapView;
|
||||
// CraftBukkit end
|
||||
|
||||
public class WorldMap extends WorldMapBase {
|
||||
public class WorldMap extends PersistentBase {
|
||||
|
||||
public int centerX;
|
||||
public int centerZ;
|
||||
@@ -158,7 +158,7 @@ public class WorldMap extends WorldMapBase {
|
||||
}
|
||||
|
||||
if (itemstack.A()) {
|
||||
this.a(1, entityhuman.world, "frame-" + itemstack.B().id, (double) itemstack.B().x, (double) itemstack.B().z, (double) (itemstack.B().direction * 90));
|
||||
this.a(1, entityhuman.world, "frame-" + itemstack.B().getId(), (double) itemstack.B().x, (double) itemstack.B().z, (double) (itemstack.B().direction * 90));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user