Skip to content

Commit 6467d23

Browse files
committed
Fix QAVS thinking it can't mod 1.37
1 parent eaa8e5a commit 6467d23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

QuestAppVersionSwitcher/Assets/html/flows/beat_saber_modding.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ <h2>Upload logs</h2>
717717
SelectVersion()
718718
return
719719
}
720-
if(ShouldUseMBF()) {
720+
if(ShouldUseMBF() && false) { // QAVS got adb now :3
721721
OpenTab("mbf")
722722
return
723723
}

0 commit comments

Comments
 (0)