mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-14 10:13:13 +02:00
Merge pull request #368 from SimonFlapse/Diggy-Gui-Fix2
on_nth_tick update for ArtefactHunting GUI
This commit is contained in:
commit
8386a10be9
@ -100,6 +100,7 @@ end
|
||||
]]
|
||||
function ArtefactHunting.register(config)
|
||||
Event.add(defines.events.on_player_created, on_player_created)
|
||||
Event.on_nth_tick(61, ArtefactHunting.update_gui)
|
||||
|
||||
ScoreTable.reset('Coins sent to space')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user