geforkt von Mirrors/Paper
Put statement inside CraftBukkit block
Dieser Commit ist enthalten in:
Ursprung
bb730f0ee7
Commit
9d90839723
@ -865,8 +865,8 @@ public class World implements IBlockAccess {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public boolean addEntity(Entity entity, SpawnReason spawnReason) { // Changed signature, added SpawnReason
|
public boolean addEntity(Entity entity, SpawnReason spawnReason) { // Changed signature, added SpawnReason
|
||||||
// CraftBukkit end
|
|
||||||
if (entity == null) return false;
|
if (entity == null) return false;
|
||||||
|
// CraftBukkit end
|
||||||
|
|
||||||
int i = MathHelper.floor(entity.locX / 16.0D);
|
int i = MathHelper.floor(entity.locX / 16.0D);
|
||||||
int j = MathHelper.floor(entity.locZ / 16.0D);
|
int j = MathHelper.floor(entity.locZ / 16.0D);
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren