Does more prep for the Event Manager role

This commit is contained in:
Anewbe
2017-10-02 21:51:48 -05:00
parent e5474c2dc1
commit c2c6b5949a
19 changed files with 125 additions and 83 deletions

View File

@@ -67,7 +67,7 @@ var/list/gamemode_cache = list()
var/kick_inactive = 0 //force disconnect for inactive players after this many minutes, if non-0
var/show_mods = 0
var/show_devs = 0
var/show_mentors = 0
var/show_event_managers = 0
var/mods_can_tempban = 0
var/mods_can_job_tempban = 0
var/mod_tempban_max = 1440
@@ -511,8 +511,8 @@ var/list/gamemode_cache = list()
if("show_devs")
config.show_devs = 1
if("show_mentors")
config.show_mentors = 1
if("show_event_managers")
config.show_event_managers = 1
if("mods_can_tempban")
config.mods_can_tempban = 1