Fixed blocks not breaking properly when instantly destroied.

This commit is contained in:
Lex Manos 2014-11-30 23:55:28 -08:00
parent 9f4ef7b38a
commit 6ff24351d3
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
+ return; + return;
+ } + }
+ +
+ if (block.isAir(field_73092_a, p_180784_1_) && f >= 1.0F) + if (!block.isAir(field_73092_a, p_180784_1_) && f >= 1.0F)
+ { + {
this.func_180237_b(p_180784_1_); this.func_180237_b(p_180784_1_);
} }