mirror of https://github.com/dirtbags/tanks.git
Stop writing points into tank dir
This commit is contained in:
parent
575c8da393
commit
85c1c07695
3
rank.awk
3
rank.awk
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue