From 77c1f4e304f7e711c9ec616cfa32be7fd68909c3 Mon Sep 17 00:00:00 2001 From: Craig Wisniewski Date: Thu, 18 May 2023 21:46:26 +0930 Subject: [PATCH] spotless --- src/main/java/net/rptools/maptool/model/Zone.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/net/rptools/maptool/model/Zone.java b/src/main/java/net/rptools/maptool/model/Zone.java index 0b33c2c80f..2459ab8f44 100644 --- a/src/main/java/net/rptools/maptool/model/Zone.java +++ b/src/main/java/net/rptools/maptool/model/Zone.java @@ -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) {