Temp Admin Fix (#9745)

This commit is contained in:
Jamie D
2020-09-18 12:55:34 +01:00
committed by GitHub
parent 27b8fe7518
commit dd8b832dcd

View File

@@ -152,6 +152,14 @@ SUBSYSTEM_DEF(ticker)
//Everyone who wants to be an observer is now spawned //Everyone who wants to be an observer is now spawned
create_observers() create_observers()
fire() 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) if(GAME_STATE_PREGAME)
//lobby stats for statpanels //lobby stats for statpanels
if(isnull(timeLeft)) if(isnull(timeLeft))