THeartbeatThread: fix isAuth being in the wrong scope

This commit is contained in:
Lion Kortlepel 2021-08-10 13:01:07 +02:00 committed by Lion
parent 4659a9362d
commit afb18ccff7

View File

@ -65,7 +65,6 @@ void THeartbeatThread::operator()() {
} }
} }
} }
}
if (!isAuth) { if (!isAuth) {
if (T == "2000") { if (T == "2000") {
@ -78,6 +77,7 @@ void THeartbeatThread::operator()() {
} }
//SocketIO::Get().SetAuthenticated(isAuth); //SocketIO::Get().SetAuthenticated(isAuth);
}
} }
std::string THeartbeatThread::GenerateCall() { std::string THeartbeatThread::GenerateCall() {