geforkt von Mirrors/Paper
Swapped an =="" for "".equals in EntityHuman
Dieser Commit ist enthalten in:
Ursprung
fad2656c63
Commit
79e7ae85dd
@ -475,7 +475,7 @@ public abstract class EntityHuman extends EntityLiving {
|
||||
|
||||
// CraftBukkit start
|
||||
this.spawnWorld = nbttagcompound.getString("SpawnWorld");
|
||||
if (this.spawnWorld == "") {
|
||||
if ("".equals(spawnWorld)) {
|
||||
this.spawnWorld = this.world.getServer().getWorlds().get(0).getName();
|
||||
}
|
||||
// CraftBukkit end
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren