PrestonT500 de182c5421 Updated 1.6.4
Signed-off-by: PrestonT500 <preston.truong1@outlook.com>
2025-04-02 19:27:03 -07:00

6 lines
108 B
JavaScript

onmessage = function(o) {
importScripts("classes_server.js");
eaglercraftServerOpts = o.data;
main();
};