From abfd76177bb04e349193962df7b999e1a427b2c0 Mon Sep 17 00:00:00 2001 From: David Vogel Date: Mon, 16 Jul 2018 17:21:13 +0200 Subject: [PATCH] Add todo --- lua/autorun/server/pointsaving_mapstats.lua | 2 ++ 1 file changed, 2 insertions(+) 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")