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:
Ursprung
a6b8b80fad
Commit
0ef0bdb61c
@ -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());
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren