Super quick fix for last commit borking portals/messageblocks at feet.

This commit is contained in:
UnknownShadow200 2016-04-02 16:48:09 +11:00
parent 9621275334
commit dd2d35a69e

View File

@ -877,7 +877,7 @@ return;
Block.HandleWalkthrough handler = Block.walkthroughHandlers[b];
if (handler != null && handler(this, b, x, y, z)) return;
handler = Block.walkthroughHandlers[b1];
if (handler != null && handler(this, b, x, y, z)) return;
if (handler != null && handler(this, b, x, (ushort)(y - 1), z)) return;
}
}
if ( ( b == Block.tntexplosion || b1 == Block.tntexplosion ) && PlayingTntWars ) { }