diff --git a/code/controllers/subsystem/ticker.dm b/code/controllers/subsystem/ticker.dm index a2d6648bc095..6d36bb31ad4d 100755 --- a/code/controllers/subsystem/ticker.dm +++ b/code/controllers/subsystem/ticker.dm @@ -152,6 +152,14 @@ SUBSYSTEM_DEF(ticker) //Everyone who wants to be an observer is now spawned create_observers() fire() + + //TEMP ADMIN LOADING FIX + + refresh_admin_files() //yogs - DB support + load_admins() + SSblackbox.record_feedback("tally", "admin_verb", 1, "Reload All Admins") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc! + message_admins("[key_name_admin(usr)] manually reloaded admins") + if(GAME_STATE_PREGAME) //lobby stats for statpanels if(isnull(timeLeft))