gamemode/server/states/state_postround: Minor formatting

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2018-12-02 06:40:13 +01:00
parent 78f9596023
commit 13d91b20a1
@@ -97,7 +97,7 @@ function StatePostRound:Tick()
if GAMEMODE.Config:DebugLog() then print("Prop Hunt: Swapping Teams.") end
table.sort(players, function(a,b)
return math.random(100) > 50
return (math.random(100) > 50)
end)
table.sort(players, function(a,b)
if (b:Team() == GAMEMODE.Teams.Seekers) then