From 1ab111f85cc3c930e0c5dddee8251031ef9e1c40 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Mon, 7 Aug 2017 19:12:27 +0100 Subject: [PATCH] Fixed Server Commands --- locale/ExpGaming-Core/ExpGaming - Command Maker.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/ExpGaming-Core/ExpGaming - Command Maker.lua b/locale/ExpGaming-Core/ExpGaming - Command Maker.lua index 13297e0d..ad016128 100644 --- a/locale/ExpGaming-Core/ExpGaming - Command Maker.lua +++ b/locale/ExpGaming-Core/ExpGaming - Command Maker.lua @@ -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]('',event) + command[5]('',event,args) print('Command Complete') end end)