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:15:46 -07:00
parent 583617d8df
commit f341f52087
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE

View File

@ -475,4 +475,5 @@ if (window.location.hostname === null) {
navigate.home.game(); navigate.home.game();
cookie.get(''); cookie.get('');
query.get(''); query.get('');
versionSelector.close();
} }