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