Singleplayer, integrated server doesn't start

This commit is contained in:
catfoolyou
2025-03-20 13:39:44 -04:00
parent c651bb8041
commit 9dc616f28b
18 changed files with 34367 additions and 34312 deletions

View File

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