Skip to content

Commit 4271111

Browse files
committed
fix debug msg
1 parent e9c0d4e commit 4271111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/player.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ var Player = function(client, relayServer, id) {
5353
var game = this.relayServer.addPlayerToGame(this, data.gameId, data.data);
5454
if (!game) {
5555
// TODO: Make this URL set from some global so we can set it some place else.
56-
debug("game does not exit");
56+
debug("game does not exist");
5757
this.sendCmd('_hft_redirect_', { url: "/" });
5858
} else {
5959
this.setGame(game);

0 commit comments

Comments
 (0)