Forráskód Böngészése

Using CDN for BeatStar data. Sorry @Westar.

Stephen Damm 5 éve
szülő
commit
01e542da03
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      SongBrowserPlugin/UI/ScoreSaberDatabaseDownloader.cs

+ 1 - 1
SongBrowserPlugin/UI/ScoreSaberDatabaseDownloader.cs

@@ -11,7 +11,7 @@ namespace SongBrowser.UI
 {
     public class ScoreSaberDatabaseDownloader : MonoBehaviour
     {
-        public const String SCRAPED_SCORE_SABER_JSON_URL = "https://wes.ams3.digitaloceanspaces.com/beatstar/bssb.json";
+        public const String SCRAPED_SCORE_SABER_JSON_URL = "https://wes.ams3.cdn.digitaloceanspaces.com/beatstar/bssb.json";
 
         public static ScoreSaberDatabaseDownloader Instance;