mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-06-18 01:30:52 +00:00
Fix missing semi
didnt do this in a while, wow
This commit is contained in:
@@ -79,7 +79,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