Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cwisniew committed May 18, 2023
1 parent d88d6f2 commit 6875a48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/net/rptools/maptool/model/Zone.java
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,7 @@ 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
int newCurrent = -1;
int oldCurrent = zone.initiativeList.getCurrent();
if (saveInitiative.length > 0) {
Expand Down

0 comments on commit 6875a48

Please sign in to comment.