Merge branch 'BeamMP:v3' into v3

This commit is contained in:
Sam39 2022-08-15 16:01:23 +03:00 committed by GitHub
commit e7dbae69a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
Copyright (c) 2019-present Anonymous275 (@Anonymous-275), BeamMP-Launcher code is not in the public domain and is not free software. One must be granted explicit permission by the copyright holder(s) in order to modify or distribute any part of the source or binaries. Special permission to modify the source-code is implicitly granted only for the purpose of upstreaming those changes directly to github.com/BeamMP/BeamMP-Launcher via a GitHub pull-request.
Copyright (c) 2019-present BeamMP LTD, BeamMP-Launcher code is not in the public domain and is not free software. One must be granted explicit permission by the copyright holder(s) in order to modify or distribute any part of the source or binaries. Special permission to modify the source-code is implicitly granted only for the purpose of upstreaming those changes directly to github.com/BeamMP/BeamMP-Launcher via a GitHub pull-request.
Commercial usage is prohibited, unless explicit permission has been granted prior to usage.

View File

@ -17,7 +17,7 @@ notice how we specify the target being windows-static you need to install the `s
# Copyright
Copyright (c) 2019-present Anonymous275 (@Anonymous-275),
Copyright (c) 2019-present BeamMP LTD,
BeamMP-Launcher code is not in the public domain and is not free software.
One must be granted explicit permission by the copyright holder(s) in order to modify or distribute any part of the source or binaries.
Special permission to modify the source-code is implicitly granted only for the purpose of upstreaming those changes directly to github.com/BeamMP/BeamMP-Launcher via a GitHub pull-request.

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':