diff --git a/modular_zubbers/code/modules/privacy_policy/privacy_policy.dm b/modular_zubbers/code/modules/privacy_policy/privacy_policy.dm index 07ac499b35c..e495a785c83 100644 --- a/modular_zubbers/code/modules/privacy_policy/privacy_policy.dm +++ b/modular_zubbers/code/modules/privacy_policy/privacy_policy.dm @@ -12,7 +12,7 @@ if(!SSprivacy.has_accepted(owner.ckey, CURRENT_PRIVACY_KEY)) if(owner) to_chat(owner, span_danger("You must accept the Privacy Policy to continue playing.")) - qdel(owner) + New(owner) qdel(src) /datum/privacy_policy_ui/ui_data(mob/user)