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:18:30 -07:00
parent 14232ae2cf
commit 71ebd23fd0
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE

View File

@ -473,8 +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
navigate.home.game(); console.log([navigate, cookie, query, versionSelector]);
cookie.get('');
query.get('');
versionSelector.close();
} }