Merge branch 'BeamMP:v3' into v3

This commit is contained in:
Sam39
2022-08-15 16:01:23 +03:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ void Launcher::HandleIPC(const std::string& Data) {
break;
case 'B':
ServerHandler.Close();
SendIPC(Code + HTTP::Post("https://backend.beammp.com/servers", ""));
SendIPC(Code + HTTP::Get("https://backend.beammp.com/servers-info"));
LOG(INFO) << "Sent Server List";
break;
case 'C':