Skip to content

Commit 8133e16

Browse files
committed
Update TGS DMAPI
1 parent 9adb81e commit 8133e16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

code/modules/tgs/v5/commands.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
if(sc)
3636
var/datum/tgs_message_content/response = sc.Run(u, params)
3737
response = UpgradeDeprecatedCommandResponse(response, command)
38-
38+
3939
var/list/topic_response = TopicResponse()
4040
topic_response[DMAPI5_TOPIC_RESPONSE_COMMAND_RESPONSE_MESSAGE] = response?.text
4141
topic_response[DMAPI5_TOPIC_RESPONSE_COMMAND_RESPONSE] = response?._interop_serialize()

code/modules/tgs/v5/serializers.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
. = ..()
4444
.["iconUrl"] = icon_url
4545
.["proxyIconUrl"] = proxy_icon_url
46-
46+
4747
/datum/tgs_chat_embed/footer/_interop_serialize()
4848
return list(
4949
"text" = text,

0 commit comments

Comments
 (0)