mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-11 18:26:10 +00:00
fix not returning error from Login, remove old code
This commit is contained in:
@@ -89,7 +89,7 @@ std::string Login(const std::string& fields){
|
||||
}
|
||||
return GetFail("Invalid message parsing!");
|
||||
} catch (const std::exception& e) {
|
||||
error(e.what());
|
||||
return GetFail(e.what());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user