commit #36 adaptation

change license
This commit is contained in:
Anonymous275
2022-08-12 12:13:18 +03:00
parent 7a37a3a127
commit 132ff1a0eb
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':