From 91c9392e8619c57e2b2bd0479129d6c9cd058381 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Wed, 15 Nov 2017 21:32:06 +0000 Subject: [PATCH] OMG --- locale/ExpGaming-Core/ExpGaming - Command Maker.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/ExpGaming-Core/ExpGaming - Command Maker.lua b/locale/ExpGaming-Core/ExpGaming - Command Maker.lua index 1dbf9b59..527691ff 100644 --- a/locale/ExpGaming-Core/ExpGaming - Command Maker.lua +++ b/locale/ExpGaming-Core/ExpGaming - Command Maker.lua @@ -106,5 +106,5 @@ function get_commands(rank) end return to_return end -Event.register(Event.soft_init,function() for command_name,command in pairs(Exp_commands) do load_command(command) end end) -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 +-- loads all the commands +for command_name,command in pairs(Exp_commands) do load_command(command) end \ No newline at end of file