From ef443022cce3a9dfb8ba4ab088b01c413d77c785 Mon Sep 17 00:00:00 2001 From: Patrick Meade Date: Mon, 19 Oct 2020 23:10:45 -0500 Subject: [PATCH] Only need to toggle ghost radio preference once --- code/modules/client/preference/preferences.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/client/preference/preferences.dm b/code/modules/client/preference/preferences.dm index 2ec3b792d1e..ef5565ee599 100644 --- a/code/modules/client/preference/preferences.dm +++ b/code/modules/client/preference/preferences.dm @@ -2055,9 +2055,6 @@ GLOBAL_LIST_INIT(special_role_times, list( //minimum age (in days) for accounts if("ghost_radio") toggles ^= PREFTOGGLE_CHAT_GHOSTRADIO - if("ghost_radio") - toggles ^= PREFTOGGLE_CHAT_GHOSTRADIO - if("ghost_pda") toggles ^= PREFTOGGLE_CHAT_GHOSTPDA