From 28e6ff85b9490883bcc3640f9c73b633f2a05dfd Mon Sep 17 00:00:00 2001 From: Verkister Date: Mon, 3 Jan 2022 17:44:25 +0200 Subject: [PATCH] Updates a thing This command itself was also changed by the update --- code/modules/tgs/v5/api.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/tgs/v5/api.dm b/code/modules/tgs/v5/api.dm index d063eadce5..7383385a76 100644 --- a/code/modules/tgs/v5/api.dm +++ b/code/modules/tgs/v5/api.dm @@ -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)