Update betterModManager.js
This commit is contained in:
parent
f832fac470
commit
c7c4e722b9
|
|
@ -126,7 +126,7 @@ if (enabledMods.includes("mods/betterMenuScreens.js")) {
|
|||
modManagerUrl.value = "";
|
||||
showingMenu = false;
|
||||
},
|
||||
onClose: () => {showModManager(); console.log("hi")},
|
||||
onClose: showModManager,
|
||||
loader: updateModManager
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue