Merge pull request #34470 from Cyberboss/MoveMotd
Moves load_motd to config controller
This commit is contained in:
committed by
CitadelStationBot
parent
d2d1a063a7
commit
2dd1f1f799
@@ -24,7 +24,6 @@ GLOBAL_PROTECT(security_mode)
|
||||
|
||||
SERVER_TOOLS_ON_NEW
|
||||
|
||||
load_motd()
|
||||
load_admins()
|
||||
LoadVerbs(/datum/verbs/menu)
|
||||
if(CONFIG_GET(flag/usewhitelist))
|
||||
@@ -195,9 +194,6 @@ GLOBAL_PROTECT(security_mode)
|
||||
log_world("World rebooted at [time_stamp()]")
|
||||
..()
|
||||
|
||||
/world/proc/load_motd()
|
||||
GLOB.join_motd = file2text("config/motd.txt") + "<br>" + GLOB.revdata.GetTestMergeInfo()
|
||||
|
||||
/world/proc/update_status()
|
||||
|
||||
var/list/features = list()
|
||||
|
||||
Reference in New Issue
Block a user