mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-05 07:16:29 +00:00
Merge branch 'BeamMP:v3' into v3
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user