Fixed crash with caomparators due to wrong position. Closes #1512

This commit is contained in:
Lex Manos 2014-11-28 06:51:55 -08:00
parent b9c2968c0e
commit 8dc71d5ffa

View file

@ -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());
+ }
+ }
+