Skip to content

Commit 36823e6

Browse files
Synchronize changes from 1.6 master branch [ci skip]
f258fb1 Swap master server priority order 119aca4 Update installer en_US pot c8177e8 Update client en_US pot
2 parents bb3dc1b + f258fb1 commit 36823e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Client/core/CVersionUpdater.Util.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
class CVersionUpdater;
1313

1414
// Update master info
15-
#define UPDATER_MASTER_URL1 "https://updatesa.mtasa.com/sa/master/?v=%VERSION%&id=%ID%"
16-
#define UPDATER_MASTER_URL2 "https://updatesa.multitheftauto.com/sa/master/?v=%VERSION%&id=%ID%"
15+
#define UPDATER_MASTER_URL1 "https://updatesa.multitheftauto.com/sa/master/?v=%VERSION%&id=%ID%"
16+
#define UPDATER_MASTER_URL2 "https://updatesa.mtasa.com/sa/master/?v=%VERSION%&id=%ID%"
1717

1818
/*
1919

0 commit comments

Comments
 (0)