File tree Expand file tree Collapse file tree
QuestAppVersionSwitcher/Assets/html/flows Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -612,7 +612,7 @@ <h2>Upload logs</h2>
612612 UpdateModdedStatus ( ) . then ( res => {
613613 fetch ( start + `/api/mods/installfromurl` , {
614614 method : "POST" ,
615- body : `https://oculusdb.rui2015.me/api/coremodsdownload/ ${ moddedStatus . version } .qmod `
615+ body : `https://raw.githubusercontent.com/QuestPackageManager/bs-coremods/main/core_mods.json? ${ new Date ( ) . getTime ( ) } `
616616 } ) . then ( res => {
617617 localStorage . openMainDefault = true
618618 location = start + "/?tab=mods"
@@ -774,7 +774,7 @@ <h2>Upload logs</h2>
774774 function UpdateSupportedBeatSaberVersions ( ) {
775775 return new Promise ( ( resolve , reject ) => {
776776 SupportedBeatSaberVersions = [ ]
777- fetch ( " https://computerelite.github.io/tools/Beat_Saber/coreMods .json" ) . then ( res => res . json ( ) . then ( j => {
777+ fetch ( ` https://raw.githubusercontent.com/QuestPackageManager/bs-coremods/main/core_mods .json? ${ new Date ( ) . getTime ( ) } ` ) . then ( res => res . json ( ) . then ( j => {
778778 for ( const [ key , value ] of Object . entries ( j ) ) {
779779 SupportedBeatSaberVersions . push ( key ) ;
780780 }
You can’t perform that action at this time.
0 commit comments