Swear i already fixed this

This commit is contained in:
Jordan Brown
2018-07-11 20:30:59 -04:00
parent 1d81be37fc
commit 36cd4c5e89
+1 -1
View File
@@ -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)