You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ModLoaderUtils.log_error("The steam_data file does not contain an app ID. Mod uploading will not work.", LOG_NAME)
50
+
return""
51
+
52
+
steam_app_id=file_content.app_id
53
+
else :
54
+
ModLoaderUtils.log_error("Can't open steam_data file, \"%s\". Please make sure the file exists and is valid."%game_install_directory.plus_file("steam_data.json"), LOG_NAME)
log_error("The steam_data file does not contain an app ID. Mod uploading will not work.", LOG_NAME)
581
-
return""
582
-
583
-
steam_app_id=file_content.app_id
584
-
else :
585
-
log_error("Can't open steam_data file, \"%s\". Please make sure the file exists and is valid."%game_install_directory.plus_file("steam_data.json"), LOG_NAME)
0 commit comments