From c6caeed025cfb395f15f0d9be304ba3484768dfd Mon Sep 17 00:00:00 2001 From: Gerkiz Date: Fri, 8 Apr 2022 22:47:42 +0200 Subject: [PATCH] Pirates - fix a minor issue that was missed in the PR --- maps/pirates/highscore.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maps/pirates/highscore.lua b/maps/pirates/highscore.lua index 6eb0373e..7a93e368 100644 --- a/maps/pirates/highscore.lua +++ b/maps/pirates/highscore.lua @@ -521,7 +521,7 @@ local function on_gui_click(event) end local player = game.players[event.element.player_index] - local frame = Tabs.comfy_panel_get_active_frame(player) + local frame = Tabs.get_player_active_frame(player) if not frame then return end