Comparing version 0.1.39 to 0.1.40
{ | ||
"name": "cheshire", | ||
"version": "0.1.39", | ||
"version": "0.1.40", | ||
"description": "Turn based boardgame framework based on websocket", | ||
@@ -5,0 +5,0 @@ "main": "server/Cheshire.js", |
@@ -114,3 +114,3 @@ var Storage = require('./data'); | ||
if (!self.isPlaying) return; | ||
if (!self.users[nextUser]) { | ||
if (!game.users[nextUser]) { | ||
console.log('Cheshire invalid next user : ' + JSON.stringify(nextUser)); | ||
@@ -117,0 +117,0 @@ return; |
Sorry, the diff of this file is not supported yet
48802