mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 19:24:44 +02:00
Merge remote-tracking branch 'mcmmo/master'
This commit is contained in:
@ -154,6 +154,7 @@ public class BlockChecks {
|
||||
case DIRT:
|
||||
return true;
|
||||
case SMOOTH_BRICK:
|
||||
case COBBLE_WALL:
|
||||
if (block.getData() == 0) {
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user