mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-13 09:18:43 +07:00

The fix in #6901 caused `arrayIndex` to go out of sync, because the `continue` happened before `arrayIndex` was incremented. This caused a later game preview to be saved to the previous game name, overwriting and duplicating it.