Remove unnecessary patch

This commit is contained in:
tterrag 2019-04-24 02:13:17 -04:00
parent 58b28569e2
commit c636f6edd6
1 changed files with 0 additions and 11 deletions

View File

@ -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() {