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

This commit is contained in:
EvilSeph 2011-06-20 04:44:49 -04:00
parent 5335508c2e
commit 8df3fe62f4

View File

@ -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)) {