Fixed Steam auth as well.

This commit is contained in:
ZKWolf
2023-06-13 21:49:01 +02:00
parent 3dfa88a628
commit cef18ade1b

View File

@@ -60,7 +60,7 @@ def steam_login():
abort(401, "Unauthorized")
elif user_agent.startswith("game=TheExit, engine=UE4, version="):
return_val = steam_login_function(854040)
return_val = steam_login_function()
return return_val
else: