Explicitly set STEP as solid.

Hopefully fixes an issue with another plugin.
This commit is contained in:
asofold 2013-02-17 22:37:53 +01:00
parent 1effa80021
commit faa9a8637c

View File

@ -385,6 +385,7 @@ public class BlockProperties {
Material.DIODE_BLOCK_OFF, Material.DIODE_BLOCK_ON,
Material.COCOA, Material.SNOW, Material.BREWING_STAND,
Material.PISTON_MOVING_PIECE, Material.PISTON_EXTENSION,
Material.STEP,
}){
blockFlags[mat.getId()] |= F_GROUND;
}