Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrews54757 committed Jan 13, 2018
1 parent bddcd42 commit 8d9590e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/generatorChild.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ process.on('message', (msg, socket) => {
return updatenodes.getb
})

//nclient = compile(nclient);
//nclient = obfuscate(nclient);
nclient = compile(nclient);
nclient = obfuscate(nclient);
generated.push({
UNodesProtocol: updatenodes.set,
UNodesProtocolBrowser: updatenodes.getb,
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

// Run Ogar
var p = require('./generateProtocols.js');
p(10, function (protocols) {
p(50, function (protocols) {
var gameServer = new GameServer(protocols);


Expand Down

0 comments on commit 8d9590e

Please sign in to comment.