Add nettest command

This commit is contained in:
Tixx
2025-03-24 22:09:04 +01:00
parent 731599f16e
commit 22c0a966bb
3 changed files with 29 additions and 0 deletions

View File

@@ -86,6 +86,8 @@ public:
};
}
static std::string GetServerCheckUrl() { return "https://check.beammp.com"; }
static std::string GetBackendUrlForAuth() { return "https://auth.beammp.com"; }
static std::string GetBackendUrlForSocketIO() { return "https://backend.beammp.com"; }
static void CheckForUpdates();