mirror of
https://github.com/ZionDevelopers/sui-scoreboard.git
synced 2025-03-04 03:03:11 -05:00
fix G color always being default team color (yellow)
This commit is contained in:
parent
cef582c6fc
commit
ac902879c0
@ -35,7 +35,7 @@ end
|
||||
--- When the player joins the server we need to restore the NetworkedInt's
|
||||
Scoreboard.PlayerSpawn = function ( ply )
|
||||
timer.Simple( 5, function() Scoreboard.UpdatePlayerRatings( ply ) end) -- Wait a few seconds so we avoid timeouts.
|
||||
Scoreboard.SendColor(ply)
|
||||
timer.Simple( 5, function() Scoreboard.SendColor(ply) end)
|
||||
end
|
||||
|
||||
gameevent.Listen( "player_connect" )
|
||||
|
Loading…
Reference in New Issue
Block a user