From 28c33cb61f6f41b48de8991c0a83858c1364b25a Mon Sep 17 00:00:00 2001 From: Peter Richardson Date: Fri, 20 May 2011 21:29:37 -0400 Subject: [PATCH] fixed spectator moveball error --- client.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client.js b/client.js index 89e2263..b8f3e49 100755 --- a/client.js +++ b/client.js @@ -254,10 +254,6 @@ function command(msg){ break; case 'moveBall': // move ball - if (!playing) { - //socket.send({type:"log", what:"MOVEBALL: BAIL"}); - return false; - } socket.send({type:"log", what:"MOVEBALL"}); // kill any existing or queued animates() xball.stop(true);