Skip to content

Commit

Permalink
Explicitly set STEP as solid.
Browse files Browse the repository at this point in the history
Hopefully fixes an issue with another plugin.
  • Loading branch information
asofold committed Feb 17, 2013
1 parent 1effa80 commit faa9a86
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -385,6 +385,7 @@ else if (mcAccess.isBlockSolid(i).decide()){
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;
}
Expand Down

0 comments on commit faa9a86

Please sign in to comment.