Skip to content

Commit

Permalink
Update NationHeader.java
Browse files Browse the repository at this point in the history
  • Loading branch information
xdnw committed Aug 4, 2024
1 parent 1801266 commit b7eec1e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ private DBNationSnapshot loadNationUnchecked(int nationId, Predicate<Integer> al
}
nation.setAlliance_id(aaId);
this.nation_id.set(nation);
this.nation_name.set(nation);
this.continent.set(nation);
this.color.set(nation);
this.alliance_position.set(nation);
Expand Down

0 comments on commit b7eec1e

Please sign in to comment.