diff --git a/src/main/java/emu/nebula/game/player/Player.java b/src/main/java/emu/nebula/game/player/Player.java index b6249b1..e635410 100644 --- a/src/main/java/emu/nebula/game/player/Player.java +++ b/src/main/java/emu/nebula/game/player/Player.java @@ -689,8 +689,9 @@ public class Player implements GameDatabaseObject { } // Formations + var formations = proto.getMutableFormation(); for (var f : this.getFormations().getFormations().values()) { - proto.getMutableFormation().addInfo(f.toProto()); + formations.addInfo(f.toProto()); } // Set player states