Browse Source

update zmp

pull/1/head
sasbot 3 years ago
parent
commit
83f6e3910a
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      _Genshtab/gsh_500m_new.zmp/GetUrlScript.txt

+ 2
- 1
_Genshtab/gsh_500m_new.zmp/GetUrlScript.txt View File

@@ -26,10 +26,11 @@ begin
if getz >= z_no then exit;
// Выбор зеркала
r := random(2);
r := random(3);
case r of
0: BaseUrl := GetURLBase;
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088', 'maps.melda.ru');
2: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088/pub/genshtab', 't.caucasia.ru:80');
end;
// Проверяем наличие масштаба


Loading…
Cancel
Save