diff --git a/src/DMAPI/tgs/v4/commands.dm b/src/DMAPI/tgs/v4/commands.dm index 352a53519e..6034affe19 100644 --- a/src/DMAPI/tgs/v4/commands.dm +++ b/src/DMAPI/tgs/v4/commands.dm @@ -15,7 +15,7 @@ results[command_name] = list("help_text" = stc.help_text, "admin_only" = stc.admin_only) custom_commands[command_name] = stc - var/commands_file = chat_commands_json_file + var/commands_file = chat_commands_json_path if(!commands_file) return text2file(json_encode(results), commands_file)