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