Skip to content

Commit 59487e7

Browse files
authored
Update game_nomanssky.py (#171)
Changed the path from GAMEDATA/PCBANKS/MODS to GAMEDATA/MODS
1 parent 6adf3e6 commit 59487e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

games/game_nomanssky.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class NoMansSkyGame(BasicGame):
1616
GameSteamId = 275850
1717
GameGogId = 1446213994
1818
GameBinary = "Binaries/NMS.exe"
19-
GameDataPath = "GAMEDATA/PCBANKS/MODS"
19+
GameDataPath = "GAMEDATA/MODS"
2020
GameSupportURL = (
2121
r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/"
2222
"Game:-No-Man's-Sky"

0 commit comments

Comments
 (0)