Skip to content

Commit

Permalink
fixed spectator moveball error
Browse files Browse the repository at this point in the history
  • Loading branch information
meetar committed May 21, 2011
1 parent 893f023 commit 28c33cb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions client.js
Expand Up @@ -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);
Expand Down

0 comments on commit 28c33cb

Please sign in to comment.