diff options
-rw-r--r-- | client/index.html | 2 |
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; } } |