mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 10:32:08 -05:00
6 lines
113 B
JavaScript
6 lines
113 B
JavaScript
onmessage = function(o) {
|
|
importScripts("classes_server.js");
|
|
eaglercraftServerOpts = o.data;
|
|
main();
|
|
};
|