We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7610197 commit ac45746Copy full SHA for ac45746
src/scripts/proxy/Proxy.worker.js
@@ -4,7 +4,7 @@ import Convert from 'ansi-to-html'
4
const convert = new Convert()
5
6
global.window = self
7
-global.importScripts('../assets/mineflayer.js')
+global.importScripts('assets/mineflayer.js')
8
let bot = null
9
10
const emit = (type, ...params) => {
0 commit comments