Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-12-19 21:10:10 +01:00
I'm sorry Paintings... please come back...
Dieser Commit ist enthalten in:
Ursprung
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());
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren