1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-03-17 20:58:13 +02:00

Pirates - fix a minor issue that was missed in the PR

This commit is contained in:
Gerkiz 2022-04-08 22:47:42 +02:00
parent f15fa41c97
commit c6caeed025

View File

@ -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