From c636f6edd643948c0564bc2f75cc8cddb339ed86 Mon Sep 17 00:00:00 2001 From: tterrag Date: Wed, 24 Apr 2019 02:13:17 -0400 Subject: [PATCH] Remove unnecessary patch --- .../net/minecraft/item/BlockItemUseContext.java.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 patches/minecraft/net/minecraft/item/BlockItemUseContext.java.patch diff --git a/patches/minecraft/net/minecraft/item/BlockItemUseContext.java.patch b/patches/minecraft/net/minecraft/item/BlockItemUseContext.java.patch deleted file mode 100644 index 3d882cf33..000000000 --- a/patches/minecraft/net/minecraft/item/BlockItemUseContext.java.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/net/minecraft/item/BlockItemUseContext.java -+++ b/net/minecraft/item/BlockItemUseContext.java -@@ -25,7 +25,7 @@ - } - - public boolean func_196011_b() { -- return this.field_196013_a || this.func_195991_k().func_180495_p(this.func_195995_a()).func_196953_a(this); -+ return (this.field_196013_a || this.func_195991_k().func_180495_p(this.func_195995_a()).func_196953_a(this)); - } - - public boolean func_196012_c() {