This commit is contained in:
David Vogel 2018-07-16 17:21:13 +02:00
parent b279d2e639
commit abfd76177b

View File

@ -73,6 +73,8 @@ hook.Add("PlayerDeath", "pointsave_death", function(ply)
end end
end) end)
-- TODO: When round is lost, take away points from recently disconnected human team players
hook.Add("PostEndRound", "pointsave_givedapoints", function(winner) hook.Add("PostEndRound", "pointsave_givedapoints", function(winner)
timer.Destroy("pointsave_zombieintervalcounter") timer.Destroy("pointsave_zombieintervalcounter")