Run formatter on code

This commit is contained in:
KingRainbow44
2023-08-27 23:23:01 -04:00
Unverified
parent 40887b17fe
commit 154ace3d7e
24 changed files with 117 additions and 131 deletions
@@ -40,8 +40,10 @@ public final class ActionSetGlobalValueToOverrideMap extends AbilityActionHandle
entity.onAbilityValueUpdate();
// Send a value update packet.
entity.getScene().getHost().sendPacket(
new PacketServerGlobalValueChangeNotify(entity, globalValueKey, globalValue));
entity
.getScene()
.getHost()
.sendPacket(new PacketServerGlobalValueChangeNotify(entity, globalValueKey, globalValue));
return true;
}