fiusing notificationCenter for sendCommandToAllUsers for testing, seems to work

This commit is contained in:
Jeena Paradies 2012-07-21 01:29:58 +02:00
parent 4ac86c69b4
commit 8cf8f057bb
4 changed files with 20 additions and 8 deletions

View file

@ -2,7 +2,7 @@ define(["Chuck/Processors/ServerProcessor"], function(ServerProcessor) {
function ServerGame(channel) {
this.channel = channel;
this.serverProcessor = new ServerProcessor(this);
this.serverProcessor = this.factory.new(ServerProcessor, this);
}
ServerGame.prototype.loadLevel = function(path) {