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:
parent
f15fa41c97
commit
c6caeed025
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user