Update betterModManager.js

This commit is contained in:
GGodPL 2023-07-23 14:56:50 +02:00 committed by GitHub
parent f832fac470
commit c7c4e722b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ if (enabledMods.includes("mods/betterMenuScreens.js")) {
modManagerUrl.value = "";
showingMenu = false;
},
onClose: () => {showModManager(); console.log("hi")},
onClose: showModManager,
loader: updateModManager
}
} else {