mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-26 10:05:10 +00:00
MineXLauncher 1.0
This commit is contained in:
5
public/game/web/main/1.5.2/worker_bootstrap.js
Normal file
5
public/game/web/main/1.5.2/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