From 2bd5df7eb3b2e69f2a0537e291972f93aa55d514 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Thu, 29 Apr 2021 23:53:43 +0100 Subject: [PATCH] Changed top flow comment --- expcore/gui/top_flow.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expcore/gui/top_flow.lua b/expcore/gui/top_flow.lua index 3fe60a24..39bfb99f 100644 --- a/expcore/gui/top_flow.lua +++ b/expcore/gui/top_flow.lua @@ -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