From a437611466c64f2a04a956cfca30700f9b69ba72 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Mon, 12 Feb 2018 16:15:38 +0000 Subject: [PATCH] Big Error --- ExpCore/gui.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExpCore/gui.lua b/ExpCore/gui.lua index fc825853..6c2fc1f9 100644 --- a/ExpCore/gui.lua +++ b/ExpCore/gui.lua @@ -157,7 +157,7 @@ function Gui.cam_link(data) end Event.register(defines.events.on_tick, function(event) - if gui.left and ((event.tick+10)/(3600*game.speed)) % 15 == 0 then + if Gui.left and ((event.tick+10)/(3600*game.speed)) % 15 == 0 then Gui.left.update() end if Gui._global().cams and is_type(Gui._global().cams,'table') and #Gui._global().cams > 0 then