mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Fixed player list colours
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user