summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/index.html b/client/index.html
index 0d576d8..fe27064 100644
--- a/client/index.html
+++ b/client/index.html
@@ -263,7 +263,7 @@
p.score = pack.score;
if(pack.dir !== undefined)
p.dir = pack.dir;
- if(pack.dir !== undefined)
+ if(pack.playerName !== undefined)
p.playerName = pack.playerName;
}
}