Add missing DMAPI return

This commit is contained in:
Jordan Dominion
2023-07-12 07:59:53 -04:00
parent 13bc6ec719
commit 78d5a89b9f
+2
View File
@@ -89,6 +89,8 @@
detached = TRUE
chat_channels.Cut() // https://github.com/tgstation/tgstation-server/issues/1490
return
if(DMAPI5_TOPIC_COMMAND_CHANGE_PORT)
var/new_port = topic_parameters[DMAPI5_TOPIC_PARAMETER_NEW_PORT]
if (!isnum(new_port) || !(new_port > 0))