mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-26 10:05:10 +00:00
add precision client, remove starlike client, fix some css, update changelog
This commit is contained in:
5
src/game/web/clients/precision/worker_bootstrap.js
Normal file
5
src/game/web/clients/precision/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