3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-20 05:20:07 +01:00

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

Dieser Commit ist enthalten in:
Rigby 2011-06-19 08:59:47 +08:00 committet von tahg
Ursprung a6b8b80fad
Commit 0ef0bdb61c

Datei anzeigen

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