s4s-minecraft2 / worker_bootstrap.js
soiz1's picture
Migrated from GitHub
69d53f1 verified
raw
history blame contribute delete
108 Bytes
onmessage = function(o) {
importScripts("classes_server.js");
eaglercraftServerOpts = o.data;
main();
};