Format code [skip actions]

This commit is contained in:
github-actions
2023-08-07 22:04:40 +00:00
parent b9a493d424
commit bbf0d4dda1
4 changed files with 14 additions and 13 deletions

View File

@@ -158,7 +158,11 @@ public class EntityGadget extends EntityBaseGadget {
.getScriptManager()
.callEvent(
new ScriptArgs(
this.getGroupId(), EventType.EVENT_GADGET_STATE_CHANGE, state, this.getConfigId()).setParam3(oldState));
this.getGroupId(),
EventType.EVENT_GADGET_STATE_CHANGE,
state,
this.getConfigId())
.setParam3(oldState));
}
@Deprecated(forRemoval = true) // Dont use!