Update chat_commands.dm

This commit is contained in:
LetterJay
2018-05-13 09:53:04 -05:00
committed by GitHub
parent 1a25c685a1
commit 14f0f21c88

View File

@@ -103,13 +103,8 @@ GLOBAL_LIST(round_end_notifiees)
var/list/text_res = results.Copy(1, 3)
var/list/refs = results.len > 3 ? results.Copy(4) : null
. = "[text_res.Join("\n")][refs ? "\nRefs: [refs.Join(" ")]" : ""]"
<<<<<<< HEAD
/datum/server_tools_command/reload_admins
=======
/datum/tgs_chat_command/reload_admins
>>>>>>> 575d098... Update DMAPI to version 3.2.1.0 (#37429)
name = "reload_admins"
help_text = "Forces the server to reload admins."
admin_only = TRUE