From 6d88e58e1222da24ee485bf464045c5d69af6e52 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Thu, 10 Aug 2017 16:27:30 +0100 Subject: [PATCH] Left Guis Now Update On Join --- locale/ExpGaming-Core/GUI/ExpGaming - Left Gui.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/ExpGaming-Core/GUI/ExpGaming - Left Gui.lua b/locale/ExpGaming-Core/GUI/ExpGaming - Left Gui.lua index 2ec8d617..c08e3e62 100644 --- a/locale/ExpGaming-Core/GUI/ExpGaming - Left Gui.lua +++ b/locale/ExpGaming-Core/GUI/ExpGaming - Left Gui.lua @@ -51,7 +51,7 @@ Event.register(defines.events.on_player_joined_game,function(event) local player = game.players[event.player_index] for _,frame_data in pairs(frames.left) do local left = mod_gui.get_frame_flow(player) - if left[frame_data[1]] then left[frame_data[1]].style.visible = frame_data[4] + if left[frame_data[1]] then left[frame_data[1]].style.visible = frame_data[4] ExpGui.draw_frame.left(player,frame_data[1],true) else local frame = left.add{name=frame_data[1],type='frame',caption=frame_data[2],direction='vertical',style=mod_gui.frame_style} frame_data[3](player,frame)