diff --git a/LICENSE b/LICENSE index 243eae5..5be66aa 100644 --- a/LICENSE +++ b/LICENSE @@ -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. diff --git a/README.md b/README.md index c8a8f5e..684d2ab 100755 --- a/README.md +++ b/README.md @@ -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. diff --git a/src/Handler.cpp b/src/Handler.cpp index a5b7005..52a08e8 100644 --- a/src/Handler.cpp +++ b/src/Handler.cpp @@ -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':