mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 19:55:52 -07:00
We build for JDK 1.5.
This commit is contained in:
@@ -67,7 +67,7 @@ public class EntityPlayer extends EntityHuman implements ICrafting {
|
||||
if (world == null) {
|
||||
dead = false;
|
||||
ChunkCoordinates position = null;
|
||||
if (!spawnWorld.isEmpty()) {
|
||||
if (spawnWorld != null && !spawnWorld.equals("")) {
|
||||
CraftWorld cw = (CraftWorld) Bukkit.getServer().getWorld(spawnWorld);
|
||||
if (cw != null && M() != null) {
|
||||
world = cw.getHandle();
|
||||
|
Reference in New Issue
Block a user