Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove 'ignore missing territories block'
This block does not do anything.. We later check if all map territories are in the keyset that comes from a save game. If we have extra territories in the save game, removing them is not going to have an effect when we check that all territories in the map are in the save game. IE: The following contains check will be no different if we decrease the size of the 'keys' set: ``` if (!keys.contains(terr.getName())) { ```
- Loading branch information