Remove message thing from master, reimplement this later

This commit is contained in:
Lion Kortlepel
2021-12-09 12:09:55 +01:00
parent a5c23f8dde
commit 435d73f0c1

View File

@@ -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);
}
}
}