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