mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-28 16:16:47 +01:00
Fixed syntax
This commit is contained in:
parent
495d519f4e
commit
69c32c1a3b
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user