Skip to content

Commit 962ab20

Browse files
committed
Fix ??
1 parent 3dc4a3b commit 962ab20

6 files changed

Lines changed: 2 additions & 2 deletions

File tree

0 Bytes
Binary file not shown.
4 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
4 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17131034326148362
1+
17131034345636034

QuestAppVersionSwitcher/Assets/html/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ document.getElementById("logintoken").onclick = () => {
469469

470470
function UpdateVersion(version) {
471471
currentGameVersion = version
472-
document.getElementById("currentVersion").innerText = currentGameVersion ?? "Version unknown"
472+
document.getElementById("currentVersion").innerText = currentGameVersion ? currentGameVersion : "Version unknown"
473473
}
474474

475475
var isGamePatched = false

0 commit comments

Comments
 (0)