mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-01 20:46:41 +00:00
Forgot class paths, remove things lombok covers, and optimize imports
This commit is contained in:
@ -65,7 +65,7 @@ public class Command_setlever extends FreedomCommand
|
||||
if (targetBlock.getType() == Material.LEVER)
|
||||
{
|
||||
BlockState state = targetBlock.getState();
|
||||
Lever lever = (Lever) state.getData();
|
||||
Lever lever = (Lever)state.getData();
|
||||
lever.setPowered(leverOn);
|
||||
state.setData(lever);
|
||||
state.update();
|
||||
|
Reference in New Issue
Block a user