Merge remote-tracking branch 'mcmmo/master'

This commit is contained in:
Glitchfinder
2012-11-05 14:02:07 -08:00
5 changed files with 11 additions and 3 deletions

View File

@ -154,6 +154,7 @@ public class BlockChecks {
case DIRT:
return true;
case SMOOTH_BRICK:
case COBBLE_WALL:
if (block.getData() == 0) {
return true;
}