set heartbeat status properly

This commit is contained in:
Lion Kortlepel
2022-02-12 22:08:49 +01:00
parent beaea4f624
commit 5553aca0bb

View File

@@ -121,6 +121,9 @@ void THeartbeatThread::operator()() {
beammp_error("Backend REFUSED the auth key. " + Message);
}
}
if (isAuth) {
Application::SetSubsystemStatus("Heartbeat", Application::Status::Good);
}
}
}