Fix wrong blockstate being passed to notifyNeighborsRespectDebug. (#2806)

This commit is contained in:
bloodmc 2016-05-02 17:33:35 -04:00 committed by LexManos
parent b5bda7117a
commit 7c6372202e
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@
+ if (!this.field_72995_K && (flags & 1) != 0)
{
- this.func_175722_b(p_180501_1_, iblockstate.func_177230_c());
+ this.func_175722_b(pos, new_.func_177230_c());
+ this.func_175722_b(pos, old.func_177230_c());
- if (block.func_149740_M())
+ if (new_.func_177230_c().func_149740_M())