3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-19 04:50:06 +01:00

Remove Squid spawning restriction as Squids seem to obey spawn flags.

Dieser Commit ist enthalten in:
EvilSeph 2011-06-20 04:44:49 -04:00
Ursprung 5335508c2e
Commit 8df3fe62f4

Datei anzeigen

@ -846,10 +846,6 @@ public class World implements IBlockAccess {
return false; return false;
} }
} }
if (entity instanceof EntityLiving && entity instanceof EntityWaterAnimal && !this.allowAnimals) {
return false;
}
// CraftBukkit end // CraftBukkit end
if (!flag && !this.isChunkLoaded(i, j)) { if (!flag && !this.isChunkLoaded(i, j)) {