Remove unnecessary patch
This commit is contained in:
parent
58b28569e2
commit
c636f6edd6
1 changed files with 0 additions and 11 deletions
|
@ -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() {
|
Loading…
Reference in a new issue