From 8d9590e937520a81d6b8e047aabd7f1f42e27a5f Mon Sep 17 00:00:00 2001 From: Andrew S Date: Sat, 13 Jan 2018 18:37:42 -0500 Subject: [PATCH] Update --- src/generatorChild.js | 4 ++-- src/index.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/generatorChild.js b/src/generatorChild.js index 5e066d1fe..f15eba876 100644 --- a/src/generatorChild.js +++ b/src/generatorChild.js @@ -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, diff --git a/src/index.js b/src/index.js index ffa19a5f4..84f45b5ab 100644 --- a/src/index.js +++ b/src/index.js @@ -81,7 +81,7 @@ // Run Ogar var p = require('./generateProtocols.js'); - p(10, function (protocols) { + p(50, function (protocols) { var gameServer = new GameServer(protocols);