mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-02 07:45:26 +00:00
THeartbeatThread: fix isAuth being in the wrong scope
This commit is contained in:
parent
4659a9362d
commit
afb18ccff7
@ -65,7 +65,6 @@ void THeartbeatThread::operator()() {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (!isAuth) {
|
||||
if (T == "2000") {
|
||||
@ -79,6 +78,7 @@ void THeartbeatThread::operator()() {
|
||||
|
||||
//SocketIO::Get().SetAuthenticated(isAuth);
|
||||
}
|
||||
}
|
||||
|
||||
std::string THeartbeatThread::GenerateCall() {
|
||||
std::stringstream Ret;
|
||||
|
Loading…
x
Reference in New Issue
Block a user