mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-11-12 06:40:51 +01:00
Added default cases to switch/case statements
This commit is contained in:
@@ -79,6 +79,8 @@ public class GreenThumbTimer implements Runnable {
|
||||
this.block.setData((byte) ((this.block.getData() ^ ((byte) 0xc)) | ((byte) 4)));
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user