Fix unexpected type for backend region

This commit is contained in:
SaltySnail
2026-07-04 19:38:07 +02:00
parent 088c99beb7
commit 8239a31e4b
5 changed files with 12 additions and 5 deletions
-2
View File
@@ -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);