nvm it doesn't work

This commit is contained in:
Chayapak 2023-07-03 16:49:35 +07:00
parent 4c50c129ec
commit 002a715d5a

View file

@ -42,7 +42,7 @@ io.on('connection', (socket) => {
vm = new VM({ vm = new VM({
timeout: 3000, timeout: 3000,
sandbox: { sandbox: {
get bridge () { return proxy }, bridge: () => proxy,
randomstring, randomstring,
ChatMessage, ChatMessage,
mc, mc,