From 9feb5ac8fcf4912a08d3fb7d15527fcea12d407b Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Wed, 8 Jun 2011 01:09:22 -0600 Subject: [PATCH] Track points again (thanks Nemo Thorx) --- rank.awk | 1 + 1 file changed, 1 insertion(+) diff --git a/rank.awk b/rank.awk index b3156a1..322074a 100755 --- a/rank.awk +++ b/rank.awk @@ -54,6 +54,7 @@ END { if (killer[id]) { reason[id] = reason[id] " (" name[killer[id]] ")"; } + print score[id] >> (path[id] "/points"); } # Output the table