mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-09-13 11:36:33 -05:00
Fixed Steam auth as well.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user