mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-01-08 00:39:30 +02:00
Merge pull request #38 from MaemiKozue/master
Bugfix: Scorelist not showing when multiple players are online
This commit is contained in:
commit
cb33806415
@ -132,7 +132,7 @@ local function show_score(player)
|
||||
local score_list = get_score_list(player.force.name)
|
||||
|
||||
if #game.connected_players > 1 then
|
||||
score_list = get_sorted_list(score_pref.method, score_pref.column, score_list)
|
||||
score_list = get_sorted_list(sorting_pref.method, sorting_pref.column, score_list)
|
||||
end
|
||||
|
||||
-- New pane for scores (while keeping headers at same position)
|
||||
|
Loading…
Reference in New Issue
Block a user