Tried adding bracket
This commit is contained in:
parent
baae26ab22
commit
e7ecd78312
@ -116,7 +116,7 @@ public:
|
|||||||
//case E_BLOCK_NETHER_BRICK_FENCE:
|
//case E_BLOCK_NETHER_BRICK_FENCE:
|
||||||
//case E_BLOCK_PISTON:
|
//case E_BLOCK_PISTON:
|
||||||
//case E_BLOCK_IRON_BARS
|
//case E_BLOCK_IRON_BARS
|
||||||
if ( g_BlockIsSolid[a_BlockType] {
|
if ( g_BlockIsSolid[a_BlockType] ) {
|
||||||
return (a_Direction == 0x1); // allow only direction "standing on floor"
|
return (a_Direction == 0x1); // allow only direction "standing on floor"
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
Reference in New Issue
Block a user