mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-05 07:16:29 +00:00
add http debug error logging
This commit is contained in:
@@ -25,6 +25,9 @@ int main(int argc, char* argv[]) {
|
||||
std::thread th(flush);
|
||||
th.detach();
|
||||
#endif
|
||||
|
||||
HTTP::Get("https://backend.beammp.com/fucker");
|
||||
|
||||
GetEP(argv[0]);
|
||||
|
||||
InitLauncher(argc, argv);
|
||||
|
||||
Reference in New Issue
Block a user