mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-04 00:47:23 +00:00
fix server list endpoint url
This commit is contained in:
parent
c0a807194c
commit
ebdb94f362
@ -423,7 +423,7 @@ void ClientNetwork::start_browsing() {
|
|||||||
|
|
||||||
Result<nlohmann::json, std::string> ClientNetwork::load_server_list() noexcept {
|
Result<nlohmann::json, std::string> ClientNetwork::load_server_list() noexcept {
|
||||||
try {
|
try {
|
||||||
auto list = HTTP::Get("https://backend.beammp.com/servers-list");
|
auto list = HTTP::Get("https://backend.beammp.com/servers-info");
|
||||||
if (list == "-1") {
|
if (list == "-1") {
|
||||||
return outcome::failure("Failed to fetch server list, see launcher log for more information.");
|
return outcome::failure("Failed to fetch server list, see launcher log for more information.");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user