Add GoldHEN 2.4b18.7

This commit is contained in:
ArabPixel
2025-11-24 13:49:51 +01:00
parent 8184f5343e
commit d5b67cf4a8
5 changed files with 12 additions and 4 deletions

View File

@@ -574,7 +574,7 @@ function setGoldHENVer(value){
}
function loadGoldHENVer(){
const goldHenVer = localStorage.getItem("GHVer") || "GHv2.4b18.6";
const goldHenVer = localStorage.getItem("GHVer") || "GHv2.4b18.7";
document.querySelector(`input[name="goldhen"][value="${goldHenVer}"]`).checked = true;
}