mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-01 23:46:59 +00:00
Merge branch 'BeamMP:v3' into v3
This commit is contained in:
commit
e7dbae69a3
2
LICENSE
2
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.
|
||||
|
@ -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.
|
||||
|
@ -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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user