perminant solution to the whitelist, whitelist/panic is now handled on the database.

This commit is contained in:
quotefox
2019-11-22 14:00:04 +00:00
parent 0e829e799e
commit c8169d289f
3 changed files with 41 additions and 45 deletions
+2 -4
View File
@@ -32,10 +32,8 @@ GLOBAL_VAR(restart_counter)
load_admins()
LoadVerbs(/datum/verbs/menu)
load_paniclist()
// Hyperstation: Whitelists do not work.
// if(CONFIG_GET(flag/usewhitelist))
// load_whitelist()
if(CONFIG_GET(flag/usewhitelist))
load_whitelist()
LoadBans()
reload_custom_roundstart_items_list()//Cit change - loads donator items. Remind me to remove when I port over bay's loadout system