From 435d73f0c168b113c35729c460a5c540bd5565a7 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Thu, 9 Dec 2021 12:09:55 +0100 Subject: [PATCH] Remove message thing from master, reimplement this later --- src/THeartbeatThread.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/THeartbeatThread.cpp b/src/THeartbeatThread.cpp index 75118e0..27ef253 100644 --- a/src/THeartbeatThread.cpp +++ b/src/THeartbeatThread.cpp @@ -89,11 +89,6 @@ void THeartbeatThread::operator()() { } else if (T == "200") { beammp_info(("Resumed authenticated session!")); isAuth = true; - } else { - if (Message.empty()) { - Message = "Backend didn't provide a reason"; - } - error("Backend REFUSED the auth key. " + Message); } } }