From da4b49624d1d3df9733914e10a39c8e452d8c7bc Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Mon, 16 Oct 2017 19:57:01 +0100 Subject: [PATCH] Command bug --- locale/ExpGaming-Core/ExpGaming - Command Maker.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/locale/ExpGaming-Core/ExpGaming - Command Maker.lua b/locale/ExpGaming-Core/ExpGaming - Command Maker.lua index 08587804..1fc71c60 100644 --- a/locale/ExpGaming-Core/ExpGaming - Command Maker.lua +++ b/locale/ExpGaming-Core/ExpGaming - Command Maker.lua @@ -107,5 +107,4 @@ function get_commands(rank) return to_return end Event.register(Event.soft_init,function() global.exp_core.commands = {} for command_name,command in pairs(Exp_commands) do load_command(command) end end) ---######TEST#####TEST#####TEST###### un comment below ---Event.register(defines.events.on_player_joined_game,function() for command_name,command in pairs(Exp_commands) do load_command(command) end end) \ No newline at end of file +Event.register(defines.events.on_player_joined_game,function() for command_name,command in pairs(Exp_commands) do load_command(command) end end) \ No newline at end of file