diff --git a/index.js b/index.js index a4cbb9c..ccb9ee6 100644 --- a/index.js +++ b/index.js @@ -52,7 +52,7 @@ io.on('connection', (socket) => { vm = new VM({ timeout: 3000, sandbox: { - bridge: () => proxy, + get bridge () { return proxy }, randomstring, ChatMessage, mc,