mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 04:51:40 +09:00
Big Error
This commit is contained in:
@@ -157,7 +157,7 @@ function Gui.cam_link(data)
|
|||||||
end
|
end
|
||||||
|
|
||||||
Event.register(defines.events.on_tick, function(event)
|
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()
|
Gui.left.update()
|
||||||
end
|
end
|
||||||
if Gui._global().cams and is_type(Gui._global().cams,'table') and #Gui._global().cams > 0 then
|
if Gui._global().cams and is_type(Gui._global().cams,'table') and #Gui._global().cams > 0 then
|
||||||
|
|||||||
Reference in New Issue
Block a user