1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00
This commit is contained in:
zumbiepig 2024-08-31 08:34:37 -07:00
parent 71ebd23fd0
commit 668ecb659c
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE
3 changed files with 13306 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -75,7 +75,7 @@
<img src="/resources/images/icons/clients/all.webp" /> <img src="/resources/images/icons/clients/all.webp" />
<span>1.5.2</span> <span>1.5.2</span>
</div> </div>
<div class="custom-option" onclick="game.select('/game/web/offline/main/Eaglercraft_1.2.5.html', '1.2.5')"> <div class="custom-option" onclick="game.select('/game/web/main/1.2.5/', '1.2.5')">
<img src="/resources/images/icons/clients/all.webp" /> <img src="/resources/images/icons/clients/all.webp" />
<span>1.2.5</span> <span>1.2.5</span>
</div> </div>

View File

@ -473,5 +473,5 @@ if (window.location.pathname === '/welcome/') {
if (window.location.hostname === null) { if (window.location.hostname === null) {
// Stop the minifier from removing these functions // Stop the minifier from removing these functions
console.log([navigate, cookie, query, versionSelector]); console.log([navigate, cookie, query, versionSelector, game]);
} }