mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-03-17 20:58:13 +02:00
fixed minor human error
This commit is contained in:
parent
6675456486
commit
b995b206de
@ -706,7 +706,7 @@ local function refresh()
|
||||
if frame.name ~= module_name then
|
||||
return
|
||||
end
|
||||
local data = {player = player, frame = frame, sort_by = 'this.player_list.sorting_method[player.index]'}
|
||||
local data = {player = player, frame = frame, sort_by = this.player_list.sorting_method[player.index]}
|
||||
player_list_show(data)
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user