Stop writing points into tank dir

This commit is contained in:
Neale Pickett 2014-07-26 15:39:47 +00:00
parent 575c8da393
commit 85c1c07695
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ END {
if (killer[id]) { if (killer[id]) {
reason[id] = reason[id] " (" name[killer[id]] ")"; reason[id] = reason[id] " (" name[killer[id]] ")";
} }
print score[id] >> (path[id] "/points"); # XXX: track points a different way
# print score[id] >> (path[id] "/points");
} }
# Output the table # Output the table