Integrated server works

This commit is contained in:
catfoolyou
2025-03-21 12:37:54 -04:00
parent b0884bc88c
commit 75ae2b02c8
1111 changed files with 1459840 additions and 19342 deletions

View File

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