mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-07-19 21:25:56 +00:00
Fix unexpected type for backend region
This commit is contained in:
@@ -86,8 +86,6 @@ public:
|
||||
|
||||
static std::string GetBackendUrlForAuth();
|
||||
static std::string GetBackendUrlForSocketIO();
|
||||
static void TopLevelDomainFailed(bool failed);
|
||||
static std::string RegionToTopLevelDomain(const std::string region);
|
||||
static void CheckForUpdates();
|
||||
static std::array<uint8_t, 3> VersionStrToInts(const std::string& str);
|
||||
static bool IsOutdated(const Version& Current, const Version& Newest);
|
||||
|
||||
Reference in New Issue
Block a user