I'm sorry Paintings... please come back...

This commit is contained in:
Rigby 2011-06-19 08:59:47 +08:00 committed by tahg
parent a6b8b80fad
commit 0ef0bdb61c

View File

@ -989,6 +989,8 @@ public abstract class Entity {
} else {
world = (CraftWorld) Bukkit.getServer().getWorld(worldName);
}
} else {
world = (CraftWorld) Bukkit.getServer().getWorld(nbttagcompound.getString("World"));
}
a(world == null ? null : world.getHandle());