Updates a thing

This command itself was also changed by the update
This commit is contained in:
Verkister
2022-01-03 17:44:25 +02:00
committed by GitHub
parent 3489427d8c
commit 28e6ff85b9

View File

@@ -133,7 +133,7 @@
return result
// VOREStation Edit Start - GetChatCommands command
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)
// VOREStation Edit - End
if(DMAPI5_TOPIC_COMMAND_EVENT_NOTIFICATION)