From 317f06f659a1ea9f510c31923e43d7600b5d82a8 Mon Sep 17 00:00:00 2001 From: ChomeNS <95471003+ChomeNS@users.noreply.github.com> Date: Wed, 2 Aug 2023 09:25:49 +0700 Subject: [PATCH] getter another try --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,