Restor lib/rooms.js

This commit is contained in:
Raincole 2011-06-14 07:48:43 +08:00
parent 30ff63f1c6
commit f3bb4d73bf

View file

@ -226,4 +226,4 @@ exports.broadcast_to_roommates = function (client, msg) {
console.log(' - ' + roommates[i].sessionId);
roommates[i].send(msg);
}
}
}