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