1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00

fix bug: toggle score gui button

This commit is contained in:
grilledham 2019-01-25 11:23:42 +00:00
parent 9e05721170
commit d5c1b14b6e

View File

@ -179,7 +179,7 @@ Gui.on_click(
end
)
Gui.allow_player_to_toggle_top_element_visibility('score')
Gui.allow_player_to_toggle_top_element_visibility(main_button_name)
Event.add(defines.events.on_player_joined_game, create_score_gui)
Event.add(defines.events.on_rocket_launched, rocket_launched)