mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-05 18:31:29 +01:00
15 lines
532 B
Diff
15 lines
532 B
Diff
--- /home/matt/mc-dev-private//net/minecraft/server/EntitySquid.java 2015-02-26 22:40:22.703608138 +0000
|
|
+++ src/main/java/net/minecraft/server/EntitySquid.java 2015-02-26 22:40:22.703608138 +0000
|
|
@@ -67,9 +67,11 @@
|
|
|
|
}
|
|
|
|
+ /* 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();
|