1
0

Fixed pistons being viable middle block

Also an excuse to update submodules
This commit is contained in:
Tiger Wang 2013-12-11 18:42:38 +00:00
parent 7035d31e9d
commit cd35bd2c49

View File

@ -150,6 +150,9 @@ private:
switch (Block)
{
// Add SOLID but not viable middle blocks here
case E_BLOCK_PISTON:
case E_BLOCK_PISTON_EXTENSION:
case E_BLOCK_STICKY_PISTON:
case E_BLOCK_REDSTONE_REPEATER_ON:
case E_BLOCK_REDSTONE_REPEATER_OFF:
{