mirror of
https://git.zelz.net/catfoolyou/Project164.git
synced 2025-12-14 08:47:40 +00:00
No integrated server, fix this later
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_server.js");
|
||||
eaglercraftServerOpts = o.data;
|
||||
main();
|
||||
};
|
||||
Reference in New Issue
Block a user