Committing updates.

This commit is contained in:
Преподобный Ален
2024-09-24 13:48:52 +03:00
parent 1d540ffd23
commit a3459d370d
3 changed files with 11 additions and 2 deletions

View File

@@ -294,7 +294,11 @@ namespace Apostol {
CStringList urlList;
if (FindURLInLine(uid.Desc, urlList)) {
for (int l = 0; l < urlList.Count(); l++) {
#ifndef _DEBUG
ServerList.AddPair(uid.Name, urlList[l]);
#else
ServerList.AddPair(BPS_BM_SERVER_ADDRESS, BPS_SERVER_URL);
#endif
}
}
} else if (name.Find("bitcoin_key") != CString::npos) {