minecraft-3d / worker_bootstrap.js
soiz1's picture
Upload 10 files
6132e63 verified
raw
history blame contribute delete
113 Bytes
onmessage = function(o) {
importScripts("classes_server.js");
eaglercraftServerOpts = o.data;
main();
};