Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
Scanner would print that the modes setting was wrong in a map.config when in reality the size was wrong.

This was a typo.
  • Loading branch information
ccgm-harpy committed Nov 28, 2022
1 parent 710c4d3 commit a387941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MMRS.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def valid_maps(self):
return False

if not mapZip.valid_config_size(configStr):
print(f"The map {self.mapsPath}\\{_mapZip} has invalid map.config modes setting")
print(f"The map {self.mapsPath}\\{_mapZip} has invalid map.config size setting")
return False

return True
Expand Down

0 comments on commit a387941

Please sign in to comment.