Workaround for error when steam id isn't provided

As Anomaly doesn't have a steam page, this is set to 0
This commit is contained in:
Qudix
2021-02-09 17:15:17 -06:00
parent 9f35c8e290
commit 58d162ba8e
+2
View File
@@ -41,6 +41,8 @@ class StalkerAnomalyGame(BasicGame, mobase.IPluginFileMapper):
GameBinary = "AnomalyLauncher.exe"
GameDataPath = ""
GameSteamId = 0
GameSaveExtension = "scop"
GameSavesDirectory = "%GAME_PATH%/appdata/savedgames"