fixed item throw interface of ragdoll fixes #93

This commit is contained in:
logsol 2015-02-07 14:30:55 +01:00
parent 15e4b2825f
commit 5caa21f453
5 changed files with 19 additions and 24 deletions

View file

@ -14,7 +14,11 @@ function (Nc, childProcess) {
this.fork = null;
try {
this.fork = fork('channel.js');
this.fork = fork('channel.js'
/*, {
execArgv: ['--debug=5859']
}*/
);
} catch (err) {
throw 'Failed to fork channel! (' + err + ')';
}