mirror of
https://git.zelz.net/catfoolyou/Project164.git
synced 2025-04-04 23:17:45 -07:00
6 lines
118 B
JavaScript
6 lines
118 B
JavaScript
onmessage = function(o) {
|
|
importScripts("classes.js");
|
|
eaglercraftServerOpts = o.data;
|
|
startIntegratedServer();
|
|
};
|