1
0
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:
Lynn 2018-11-16 23:13:43 +01:00 committed by GitHub
commit 8386a10be9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')