No integrated server, fix this later

This commit is contained in:
catfoolyou
2025-03-19 17:07:00 -04:00
parent f7d97a445d
commit d770f9c841
6 changed files with 36066 additions and 1576511 deletions

View File

@@ -0,0 +1,5 @@
onmessage = function(o) {
importScripts("classes_server.js");
eaglercraftServerOpts = o.data;
main();
};