1
0
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:
zumbiepig
2024-09-20 08:56:12 -07:00
parent 5391eca079
commit eb50687599
122 changed files with 57863 additions and 192968 deletions

View File

@@ -0,0 +1,5 @@
onmessage = function (o) {
importScripts("classes_server.js");
eaglercraftServerOpts = o.data;
main();
};