mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user