File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Plugins/SCModelDownloader Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -889,11 +889,13 @@ class CSCModelQueryDatabase : public CSCModelQueryBase
889889 {
890890 CSCModelQueryBase::StartQuery ();
891891
892- m_Url = " https://raw.githubusercontent.com/wootguy/scmodels/master/database/sc/models.json" ;
892+ // Deprecated: "https://raw.githubusercontent.com/wootguy/scmodels/master/database/sc/models.json";
893+
894+ m_Url = " https://raw.githubusercontent.com/wootguy/pmodels/master/database/sc/models.json" ;
893895
894896 if (SCModel_CDN () == 1 )
895897 {
896- m_Url = " https://cdn.jsdelivr.net/gh/wootguy/scmodels @master/database/sc/models.json" ;
898+ m_Url = " https://cdn.jsdelivr.net/gh/wootguy/pmodels @master/database/sc/models.json" ;
897899 }
898900
899901 auto pRequestInstance = UtilHTTPClient ()->CreateAsyncStreamRequest (m_Url.c_str (), UtilHTTPMethod::Get, new CUtilHTTPCallbacks (this ));
You can’t perform that action at this time.
0 commit comments