summaryrefslogtreecommitdiffstats
path: root/nms-patches/EntitySquid.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/EntitySquid.patch')
-rw-r--r--nms-patches/EntitySquid.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/nms-patches/EntitySquid.patch b/nms-patches/EntitySquid.patch
deleted file mode 100644
index da170738..00000000
--- a/nms-patches/EntitySquid.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/net/minecraft/server/EntitySquid.java
-+++ b/net/minecraft/server/EntitySquid.java
-@@ -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();