mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-06-18 00:10:53 +00:00
THeartbeatThread: fix isAuth being in the wrong scope
This commit is contained in:
@@ -65,7 +65,6 @@ void THeartbeatThread::operator()() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
if (!isAuth) {
|
if (!isAuth) {
|
||||||
if (T == "2000") {
|
if (T == "2000") {
|
||||||
@@ -79,6 +78,7 @@ void THeartbeatThread::operator()() {
|
|||||||
|
|
||||||
//SocketIO::Get().SetAuthenticated(isAuth);
|
//SocketIO::Get().SetAuthenticated(isAuth);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
std::string THeartbeatThread::GenerateCall() {
|
std::string THeartbeatThread::GenerateCall() {
|
||||||
std::stringstream Ret;
|
std::stringstream Ret;
|
||||||
|
|||||||
Reference in New Issue
Block a user