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:38:15 -07:00
parent 668ecb659c
commit 3aab76955f
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE

View File

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