mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-26 23:02:04 -04:00
Super quick fix for last commit borking portals/messageblocks at feet.
This commit is contained in:
parent
9621275334
commit
dd2d35a69e
@ -877,7 +877,7 @@ return;
|
|||||||
Block.HandleWalkthrough handler = Block.walkthroughHandlers[b];
|
Block.HandleWalkthrough handler = Block.walkthroughHandlers[b];
|
||||||
if (handler != null && handler(this, b, x, y, z)) return;
|
if (handler != null && handler(this, b, x, y, z)) return;
|
||||||
handler = Block.walkthroughHandlers[b1];
|
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 ) { }
|
if ( ( b == Block.tntexplosion || b1 == Block.tntexplosion ) && PlayingTntWars ) { }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user