refactored Server and Lobby

This commit is contained in:
Jeena 2014-03-01 14:07:03 +01:00
parent 42475c9b38
commit d83376d5c7
26 changed files with 29 additions and 29 deletions

View file

@ -8,7 +8,7 @@ function() {
return f + this.substr(1);
}
if(GLOBALS.context == "Server") {
if(GLOBALS.context == "Channel") {
console.checkpoint = function (s) {
console.log(' \033[32mbeep - \033[0m' + s);

View file

@ -66,7 +66,7 @@ function () {
}
},
server: {
pipeToLobby: function(v) { return v + "-ns.server.pipeToLobby")}
pipeToServer: function(v) { return v + "-ns.server.pipeToServer")}
},
lobby: {