gamemode/server/states/state_postround: Minor formatting
This commit is contained in:
@@ -97,7 +97,7 @@ function StatePostRound:Tick()
|
|||||||
if GAMEMODE.Config:DebugLog() then print("Prop Hunt: Swapping Teams.") end
|
if GAMEMODE.Config:DebugLog() then print("Prop Hunt: Swapping Teams.") end
|
||||||
|
|
||||||
table.sort(players, function(a,b)
|
table.sort(players, function(a,b)
|
||||||
return math.random(100) > 50
|
return (math.random(100) > 50)
|
||||||
end)
|
end)
|
||||||
table.sort(players, function(a,b)
|
table.sort(players, function(a,b)
|
||||||
if (b:Team() == GAMEMODE.Teams.Seekers) then
|
if (b:Team() == GAMEMODE.Teams.Seekers) then
|
||||||
|
|||||||
Reference in New Issue
Block a user