geforkt von Mirrors/Paper
Remove Squid spawning restriction as Squids seem to obey spawn flags.
Dieser Commit ist enthalten in:
Ursprung
5335508c2e
Commit
8df3fe62f4
@ -846,10 +846,6 @@ public class World implements IBlockAccess {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
if (entity instanceof EntityLiving && entity instanceof EntityWaterAnimal && !this.allowAnimals) {
|
||||
return false;
|
||||
}
|
||||
// CraftBukkit end
|
||||
|
||||
if (!flag && !this.isChunkLoaded(i, j)) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren