mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-05 10:20:53 +01:00
I'm sorry Paintings... please come back...
This commit is contained in:
parent
a6b8b80fad
commit
0ef0bdb61c
@ -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());
|
||||||
|
Loading…
Reference in New Issue
Block a user