Fix custom commands issue

This commit is contained in:
Jordan Brown
2020-04-23 03:44:07 -04:00
parent a28525e08c
commit 25df7e6a92
+1
View File
@@ -1,5 +1,6 @@
/datum/tgs_api/v5/proc/ListCustomCommands()
var/results = list()
custom_commands = list()
for(var/I in typesof(/datum/tgs_chat_command) - /datum/tgs_chat_command)
var/datum/tgs_chat_command/stc = new I
var/command_name = stc.name