Merge branch 'wip' into testing

This commit is contained in:
Unknown
2018-01-05 13:24:26 +00:00

View File

@@ -137,5 +137,5 @@ commands.add_command = function(name, description, inputs, event)
inputs=inputs inputs=inputs
} }
command_calls[name] = event command_calls[name] = event
commands._add_command(name,command_inputs(command_data[name])..description,run_custom_command) commands._add_command(name,command_inputs(command_data[name])..'- '..description,run_custom_command)
end end