1
0
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:
Gerkiz 2021-03-26 00:14:14 +01:00
parent 6675456486
commit b995b206de

View File

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