Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
cwisniew committed May 18, 2023
1 parent 6875a48 commit 77c1f4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/net/rptools/maptool/model/Zone.java
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,8 @@ public Zone(Zone zone, boolean keepIds) {
}
}
// Set the initiative list using the newly create tokens.
// We also have to work around old campaign issues where there may be empty positions in the initiative list
// We also have to work around old campaign issues where there may be empty positions in the
// initiative list
int newCurrent = -1;
int oldCurrent = zone.initiativeList.getCurrent();
if (saveInitiative.length > 0) {
Expand Down

0 comments on commit 77c1f4e

Please sign in to comment.