mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Updates a thing
This command itself was also changed by the update
This commit is contained in:
@@ -133,7 +133,7 @@
|
|||||||
return result
|
return result
|
||||||
// VOREStation Edit Start - GetChatCommands command
|
// VOREStation Edit Start - GetChatCommands command
|
||||||
if(DMAPI5_TOPIC_COMMAND_GET_CHAT_COMMANDS)
|
if(DMAPI5_TOPIC_COMMAND_GET_CHAT_COMMANDS)
|
||||||
var/topic_response = list(DMAPI5_BRIDGE_PARAMETER_CUSTOM_COMMANDS = ListCustomCommands())
|
var/topic_response = list(DMAPI5_PARAMETER_CUSTOM_COMMANDS = ListCustomCommands())
|
||||||
return json_encode(topic_response)
|
return json_encode(topic_response)
|
||||||
// VOREStation Edit - End
|
// VOREStation Edit - End
|
||||||
if(DMAPI5_TOPIC_COMMAND_EVENT_NOTIFICATION)
|
if(DMAPI5_TOPIC_COMMAND_EVENT_NOTIFICATION)
|
||||||
|
|||||||
Reference in New Issue
Block a user