* client.runtime.* renamed to client.session.*

* some work on area names - need to fix login issue & rest shoudl work
This commit is contained in:
Bryan Ashby 2015-09-25 23:10:18 -06:00
parent 1082b6e39c
commit df477667b0
9 changed files with 14 additions and 10 deletions

View file

@ -106,7 +106,7 @@ function Client(input, output) {
Object.defineProperty(this, 'node', {
get : function() {
return self.runtime.id + 1;
return self.session.id + 1;
}
});