mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
hotfix for privacy policy
This commit is contained in:
@@ -7,12 +7,6 @@
|
||||
if(SSplayer_ranks.initialized)
|
||||
SSplayer_ranks.update_prefs_donator_status(client?.prefs)
|
||||
|
||||
if(!SSprivacy.has_accepted(client?.ckey, CURRENT_PRIVACY_KEY))
|
||||
if(!Master.init_stage_completed)
|
||||
spawn(600)
|
||||
if(client)
|
||||
client.show_privacy_policy()
|
||||
else if(Master.init_stage_completed)
|
||||
if(client)
|
||||
client.show_privacy_policy()
|
||||
return TRUE
|
||||
ASYNC
|
||||
client.show_privacy_policy()
|
||||
return .
|
||||
|
||||
@@ -49,7 +49,5 @@
|
||||
if(SSprivacy.has_accepted(mob?.ckey, CURRENT_PRIVACY_KEY))
|
||||
return
|
||||
|
||||
SStgui.close_user_uis(mob)
|
||||
|
||||
var/datum/privacy_policy_ui/ui = new(src)
|
||||
ui.ui_interact(mob)
|
||||
|
||||
Reference in New Issue
Block a user