1
0
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:
MewMew 2019-06-13 13:32:01 +02:00 committed by GitHub
commit cb33806415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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