diff --git a/lua/autorun/server/pointsaving_mapstats.lua b/lua/autorun/server/pointsaving_mapstats.lua index 7d38193..65d5b62 100644 --- a/lua/autorun/server/pointsaving_mapstats.lua +++ b/lua/autorun/server/pointsaving_mapstats.lua @@ -73,6 +73,8 @@ hook.Add("PlayerDeath", "pointsave_death", function(ply) end end) +-- TODO: When round is lost, take away points from recently disconnected human team players + hook.Add("PostEndRound", "pointsave_givedapoints", function(winner) timer.Destroy("pointsave_zombieintervalcounter")