mirror of
https://github.com/ModOrganizer2/modorganizer-basic_games.git
synced 2026-07-27 14:07:29 -07:00
Fix spelling and syntax on game_kingdomcomedeliverance.py
This commit is contained in:
@@ -21,4 +21,4 @@ class KingdomComeDeliveranceGame(BasicGame):
|
||||
GameSavesDirectory = "%USERPROFILE%/Saved Games/kingdomcome/saves"
|
||||
|
||||
def iniFiles(self):
|
||||
return ["custom.cfg, system.cfg, user.cfg"]
|
||||
return ["custom.cfg", "system.cfg", "user.cfg"]
|
||||
Reference in New Issue
Block a user