Comparing version 0.1.31 to 0.1.32
{ | ||
"name": "cheshire", | ||
"version": "0.1.31", | ||
"version": "0.1.32", | ||
"description": "Turn based boardgame framework based on websocket", | ||
@@ -5,0 +5,0 @@ "main": "server/Cheshire.js", |
@@ -66,4 +66,4 @@ var Storage = require('./data'); | ||
if (this.users.length <= 0) { | ||
console.log('Cheshire deleting') | ||
delete Storage.rooms[this.name]; | ||
console.log('Cheshire deleting room ' + this.name); | ||
Storage.rooms[this.name] = null; | ||
} | ||
@@ -70,0 +70,0 @@ |
Sorry, the diff of this file is not supported yet
48478