Fix psync disabled not working (#11184)

* Fix the bug

* log da change
This commit is contained in:
Erki
2021-02-14 01:51:37 +01:00
committed by GitHub
parent 166ae91a75
commit 48ee791d98
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ var/global/forumuser_api_key = null
discord_id = data["discord_id"]
ckey = data["ckey"]
if(data["psync_game_disalbed"] == 1) //This here is needed because the data can be null, 1 or 0
if(data["psync_game_disabled"] == 1) //This here is needed because the data can be null, 1 or 0
psync_game_disabled = TRUE
/datum/http_request/forumuser_api