Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
PortPixel authored Jul 11, 2016
1 parent d06e1fd commit b9e4ed9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,7 @@ function gameLoop() {
if (reason !== '') {
graph.fillText('You were kicked for:', global.screenWidth / 2, global.screenHeight / 2 - 20);
graph.fillText(reason, global.screenWidth / 2, global.screenHeight / 2 + 20);
}
else {
graph.fillText('You were kicked!', global.screenWidth / 2, global.screenHeight / 2);

Expand Down

0 comments on commit b9e4ed9

Please sign in to comment.