mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Fixed Server Commands
This commit is contained in:
@@ -71,7 +71,7 @@ function load_command(command)
|
||||
else
|
||||
local args = get_command_args(event,command)
|
||||
if args == 'Invalid' then print('Invalid Input, /'..command[1]..' '..command_inputs_to_string(command)) return end
|
||||
command[5]('<server>',event)
|
||||
command[5]('<server>',event,args)
|
||||
print('Command Complete')
|
||||
end
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user