Changed top flow comment

This commit is contained in:
Cooldude2606
2021-04-29 23:53:43 +01:00
parent 55cccdd5be
commit 2bd5df7eb3

View File

@@ -99,7 +99,7 @@ function Gui.toggle_top_flow(player, state)
local left_flow = Gui.get_left_flow(player)
local show_button = left_flow.gui_core_buttons[show_top_flow]
-- Change the visibility of the flow and show button
-- Change the visibility of the top flow and show top flow button
show_button.visible = not state
top_flow.visible = state