mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 00:22:40 +01:00
Fix some DM stuff
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user