summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjak1 <mike.wollmann@gmail.com>2021-08-01 22:41:05 +0200
committerjak1 <mike.wollmann@gmail.com>2021-08-01 22:41:05 +0200
commite097415b9561f2b480c3976dd892d56e5b6b9aab (patch)
tree8482f48c7b05e632cfb0cb922a98b92b5fef64da
parentaec3415289e21063a34548ba44d53b63fdf82ceb (diff)
downloadthepixelworld-e097415b9561f2b480c3976dd892d56e5b6b9aab.tar.gz
thepixelworld-e097415b9561f2b480c3976dd892d56e5b6b9aab.tar.bz2
thepixelworld-e097415b9561f2b480c3976dd892d56e5b6b9aab.tar.xz
thepixelworld-e097415b9561f2b480c3976dd892d56e5b6b9aab.zip
fixed typo in update pack
-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;
}
}