1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-26 10:05:10 +00:00
Files
MineXLauncher/game/main/1.5.2/worker_bootstrap.js
2025-01-10 01:27:56 +00:00

1 line
104 B
JavaScript

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