mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
fiusing notificationCenter for sendCommandToAllUsers for testing, seems to work
This commit is contained in:
parent
4ac86c69b4
commit
8cf8f057bb
4 changed files with 20 additions and 8 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue