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:
parent
9e05721170
commit
d5c1b14b6e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user