Removes all checks for subsystem existence (#2252)
This commit is contained in:
committed by
kevinz000
parent
6ac8123117
commit
ef715b7837
+3
-8
@@ -158,9 +158,7 @@
|
||||
var/list/presentmins = adm["present"]
|
||||
var/list/afkmins = adm["afk"]
|
||||
s["admins"] = presentmins.len + afkmins.len //equivalent to the info gotten from adminwho
|
||||
s["gamestate"] = 1
|
||||
if(SSticker)
|
||||
s["gamestate"] = SSticker.current_state
|
||||
s["gamestate"] = SSticker.current_state
|
||||
|
||||
s["map_name"] = SSmapping.config.map_name
|
||||
|
||||
@@ -268,11 +266,8 @@
|
||||
|
||||
var/list/features = list()
|
||||
|
||||
if(SSticker)
|
||||
if(GLOB.master_mode)
|
||||
features += GLOB.master_mode
|
||||
else
|
||||
features += "<b>STARTING</b>"
|
||||
if(GLOB.master_mode)
|
||||
features += GLOB.master_mode
|
||||
|
||||
if (!GLOB.enter_allowed)
|
||||
features += "closed"
|
||||
|
||||
Reference in New Issue
Block a user