mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-02 16:06:35 +00:00
prepend missing N
This commit is contained in:
parent
c4e7b9a919
commit
acd5f4ed09
@ -151,7 +151,7 @@ void Parse(std::string Data,SOCKET CSocket){
|
||||
if (!UserRole.empty()) {
|
||||
Auth["role"] = UserRole;
|
||||
}
|
||||
Data = Auth.dump();
|
||||
Data = "N" + Auth.dump();
|
||||
}else{
|
||||
Data = "N" + Login(Data.substr(Data.find(':') + 1));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user