2015-05-25 12:37:24 +02:00
|
|
|
--- a/net/minecraft/server/EntitySquid.java
|
|
|
|
+++ b/net/minecraft/server/EntitySquid.java
|
2015-02-26 23:41:06 +01:00
|
|
|
@@ -67,9 +67,11 @@
|
2014-11-25 22:32:16 +01:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
+ /* CraftBukkit start - Delegate to Entity to use existing inWater value
|
|
|
|
public boolean V() {
|
|
|
|
return this.world.a(this.getBoundingBox().grow(0.0D, -0.6000000238418579D, 0.0D), Material.WATER, (Entity) this);
|
|
|
|
}
|
|
|
|
+ // CraftBukkit end */
|
|
|
|
|
|
|
|
public void m() {
|
|
|
|
super.m();
|