mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-22 08:15:05 +01:00
Remove Squid spawning restriction as Squids seem to obey spawn flags.
This commit is contained in:
parent
5335508c2e
commit
8df3fe62f4
1 changed files with 0 additions and 4 deletions
|
@ -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)) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue