Skip to content

Commit

Permalink
fix debug msg
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jan 12, 2016
1 parent e9c0d4e commit 4271111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var Player = function(client, relayServer, id) {
var game = this.relayServer.addPlayerToGame(this, data.gameId, data.data);
if (!game) {
// TODO: Make this URL set from some global so we can set it some place else.
debug("game does not exit");
debug("game does not exist");
this.sendCmd('_hft_redirect_', { url: "/" });
} else {
this.setGame(game);
Expand Down

0 comments on commit 4271111

Please sign in to comment.