mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-02-19 10:22:58 +01:00
Added some missing defaults to switch cases.
This commit is contained in:
@@ -92,6 +92,9 @@ public class BlockChecks {
|
||||
case WOODEN_DOOR:
|
||||
case WORKBENCH:
|
||||
return false;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
if (block.getTypeId() == Config.getInstance().getRepairAnvilId()) {
|
||||
|
||||
Reference in New Issue
Block a user