set heartbeat status properly

This commit is contained in:
Lion Kortlepel 2022-02-12 22:08:49 +01:00
parent beaea4f624
commit 5553aca0bb
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

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