mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 19:45:22 +09:00
Added auto left gui update every 15 mins
This commit is contained in:
@@ -25,4 +25,10 @@ function Gui:_load_parts(parts)
|
||||
end
|
||||
end
|
||||
|
||||
Event.register(defines.events.on_tick, function(event)
|
||||
if (event.tick/(3600*game.speed)) % 15 == 0 then
|
||||
Gui.left.update()
|
||||
end
|
||||
end)
|
||||
|
||||
return Gui
|
||||
Reference in New Issue
Block a user