Fix some DM stuff

This commit is contained in:
Jordan Brown
2020-04-28 16:09:47 -04:00
parent 3f6e82d67f
commit 87df601d93
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -274,7 +274,7 @@
if(intercepted_message_queue)
intercepted_message_queue += list(message)
else
Bridge(DMAPI5_BRIDGE_PARAMETER_CHAT_MESSAGE, message)
Bridge(DMAPI5_BRIDGE_COMMAND_CHAT_SEND, list(DMAPI5_BRIDGE_PARAMETER_CHAT_MESSAGE = message))
/datum/tgs_api/v5/ChatTargetedBroadcast(message, admin_only)
var/list/channels = list()
+2 -2
View File
@@ -22,8 +22,8 @@
TgsReboot()
/datum/tgs_chat_command/reboot
name = "echo"
help_text = "echos input parameters"
name = "reboot"
help_text = "echos input parameters and reboots server"
/datum/tgs_chat_command/reboot/Run(datum/tgs_chat_user/sender, params)
set waitfor = FALSE