mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-21 15:29:54 +08:00
Run spotlessApply
This commit is contained in:
+5
-3
@@ -10,8 +10,10 @@ public final class PacketServerGlobalValueChangeNotify extends BasePacket {
|
||||
public PacketServerGlobalValueChangeNotify(GameEntity entity, String abilityHash, int value) {
|
||||
super(PacketOpcodes.ServerGlobalValueChangeNotify);
|
||||
|
||||
this.setData(ServerGlobalValueChangeNotify.newBuilder()
|
||||
.setEntityId(entity.getId()).setValue(value)
|
||||
.setKeyHash(Utils.abilityHash(abilityHash)));
|
||||
this.setData(
|
||||
ServerGlobalValueChangeNotify.newBuilder()
|
||||
.setEntityId(entity.getId())
|
||||
.setValue(value)
|
||||
.setKeyHash(Utils.abilityHash(abilityHash)));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user