Comparing version 0.1.20 to 0.1.21
{ | ||
"name": "cheshire", | ||
"version": "0.1.20", | ||
"version": "0.1.21", | ||
"description": "Turn based boardgame framework based on websocket", | ||
@@ -5,0 +5,0 @@ "main": "server/Cheshire.js", |
@@ -92,4 +92,6 @@ var Storage = require('./data'); | ||
}); | ||
game.emit('turn', self.users[0]); | ||
}; | ||
module.exports = Room; |
Sorry, the diff of this file is not supported yet
47588
297