Fixed syntax

This commit is contained in:
t00thpick1 2012-11-05 00:20:40 -05:00
parent 495d519f4e
commit 69c32c1a3b

View File

@ -152,9 +152,9 @@ public class BlockChecks {
switch (block.getType()) { switch (block.getType()) {
case COBBLESTONE: case COBBLESTONE:
case DIRT: case DIRT:
case COBBLE_WALL
return true; return true;
case SMOOTH_BRICK: case SMOOTH_BRICK:
case COBBLE_WALL:
if (block.getData() == 0) { if (block.getData() == 0) {
return true; return true;
} }