mirror of
https://git.zelz.net/catfoolyou/Project164.git
synced 2025-12-14 08:57:42 +00:00
Singleplayer, integrated server doesn't start
This commit is contained in:
5
javascript/worker_bootstrap.js
Normal file
5
javascript/worker_bootstrap.js
Normal file
@@ -0,0 +1,5 @@
|
||||
onmessage = function(o) {
|
||||
importScripts("classes.js");
|
||||
eaglercraftServerOpts = o.data;
|
||||
startIntegratedServer();
|
||||
};
|
||||
Reference in New Issue
Block a user