Skip to content

Commit

Permalink
disabled testMode
Browse files Browse the repository at this point in the history
  • Loading branch information
meetar committed May 20, 2011
1 parent 8fdde04 commit 893f023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.js
Expand Up @@ -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 = '';
Expand Down

0 comments on commit 893f023

Please sign in to comment.