minexlauncher / 1.5.2 /worker_bootstrap.js
soiz1's picture
Upload folder using huggingface_hub
c986e1f verified
raw
history blame contribute delete
108 Bytes
onmessage = function(o) {
importScripts("classes_server.js");
eaglercraftServerOpts = o.data;
main();
};