Fixed player list colours

This commit is contained in:
Cooldude2606
2020-08-16 21:12:29 +01:00
parent 0cb77601be
commit ad1686ad60
2 changed files with 4 additions and 3 deletions

View File

@@ -324,6 +324,7 @@ local function get_player_list_order()
end
--[[Adds fake players to the player list
local tick = game.tick+1
for i = 1, 10 do
local online_time = math.random(1, tick)
local afk_time = math.random(online_time-(tick/10), tick)
@@ -337,7 +338,7 @@ local function get_player_list_order()
caption = caption,
tooltip = tooltip
}
end]]
end--]]
return player_list_order
end