From de8fac1d2f4535cdab1e4625c068d8529ba450e0 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Sun, 28 May 2017 18:44:53 +0100 Subject: [PATCH] Fixed big error --- control.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control.lua b/control.lua index 649c7238..e4b427eb 100644 --- a/control.lua +++ b/control.lua @@ -311,7 +311,7 @@ end) script.on_event(defines.events.on_player_joined_game, function(event) --runs when the first player joins to make the permission groups if global.ranks == nil then scriptInit() end - if commands.game_commands.server_interface == nil then commandInit() end + if commands.commands.server_interface == nil then commandInit() end --Standard start up local player = game.players[event.player_index] autoRank(player)