From 893f023a928e258e1fc1dc70a1506759d4f31298 Mon Sep 17 00:00:00 2001 From: Peter Richardson Date: Fri, 20 May 2011 17:16:19 -0400 Subject: [PATCH] disabled testMode --- client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.js b/client.js index 9c9b2b0..89e2263 100755 --- a/client.js +++ b/client.js @@ -376,7 +376,7 @@ function command(msg){ case 'endgame': socket.send({type:"log", what:"ENDGAME"}); - readout2.html("FORFEIT"); + if (testMode) readout2.html("FORFEIT"); colliding = false; playing = false; paddle = '';