get names on scoreboard

This commit is contained in:
Neale Pickett 2013-02-05 23:14:19 -07:00
parent c644ebb16b
commit 9f622d984a
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ BEGIN {
# Build a list of team names
if (! (hash in team_names)) {
fn = sprintf("%s/teams/names/%s", base, hash)
fn = sprintf("%s/state/teams/names/%s", base, hash)
getline team_names[hash] < fn
close(fn)
}