geforkt von Mirrors/Paper
SPIGOT-3622: Issue in some combinations of spawn protection
Dieser Commit ist enthalten in:
Ursprung
31d3159f04
Commit
1257322d1f
@ -84,7 +84,7 @@ public class CraftEventFactory {
|
||||
|
||||
BlockPosition chunkcoordinates = worldServer.getSpawn();
|
||||
|
||||
int distanceFromSpawn = Math.max(Math.abs(x - chunkcoordinates.getX()), Math.abs(z - chunkcoordinates.getY()));
|
||||
int distanceFromSpawn = Math.max(Math.abs(x - chunkcoordinates.getX()), Math.abs(z - chunkcoordinates.getZ()));
|
||||
return distanceFromSpawn > spawnSize;
|
||||
}
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren