mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-08-27 04:37:41 +00:00
adjust TLD
This commit is contained in:
@@ -18,5 +18,5 @@ public:
|
|||||||
static std::string RedirectURL(const std::string& URL);
|
static std::string RedirectURL(const std::string& URL);
|
||||||
private:
|
private:
|
||||||
static inline unsigned int mRegionIndex { 0 };
|
static inline unsigned int mRegionIndex { 0 };
|
||||||
const static inline std::array<std::string, 2> mValidTLDs {"beammp.com", "beammp.ru"};
|
const static inline std::array<std::string, 2> mValidTLDs {"beammp.com", "beammp.net"};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user