mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-19 08:39:56 +08:00
Run formatter on code
This commit is contained in:
+4
-2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user