mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-06-17 22:23:03 +00:00
Remove message thing from master, reimplement this later
This commit is contained in:
@@ -89,11 +89,6 @@ void THeartbeatThread::operator()() {
|
|||||||
} else if (T == "200") {
|
} else if (T == "200") {
|
||||||
beammp_info(("Resumed authenticated session!"));
|
beammp_info(("Resumed authenticated session!"));
|
||||||
isAuth = true;
|
isAuth = true;
|
||||||
} else {
|
|
||||||
if (Message.empty()) {
|
|
||||||
Message = "Backend didn't provide a reason";
|
|
||||||
}
|
|
||||||
error("Backend REFUSED the auth key. " + Message);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user