From 787e80232d9673faf8ec236d7d0a64032a648c1c Mon Sep 17 00:00:00 2001 From: Dabsunter Date: Sat, 27 Aug 2016 18:11:46 +0200 Subject: [PATCH] Stop writing if arrow pass your turn --- exploder.js | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/exploder.js b/exploder.js index 4672799..5f06bf6 100644 --- a/exploder.js +++ b/exploder.js @@ -10,7 +10,7 @@ function updateStatus(text){ function setWord(w, i){ channel.socket.emit("setWord", {word: w.substring(0,i),validate: (w.length == i)}); - if (i