Fixed crash with caomparators due to wrong position. Closes #1512
This commit is contained in:
parent
b9c2968c0e
commit
8dc71d5ffa
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
+ {
|
||||
+ if (pos.func_177956_o() == neighbor.func_177956_o() && world instanceof World)
|
||||
+ {
|
||||
+ func_176204_a((World)world, pos, world.func_180495_p(neighbor), world.func_180495_p(neighbor).func_177230_c());
|
||||
+ func_176204_a((World)world, pos, world.func_180495_p(pos), world.func_180495_p(neighbor).func_177230_c());
|
||||
+ }
|
||||
+ }
|
||||
+
|
||||
|
|
Loading…
Reference in a new issue