cleanup fixme's, todo's

This commit is contained in:
Lion Kortlepel
2022-03-24 14:26:02 +01:00
parent 5180c96e2b
commit d0bb32ec63
5 changed files with 2 additions and 6 deletions

View File

@@ -472,7 +472,7 @@ std::string TNetwork::TCPRcv(TClient& c) {
void TNetwork::ClientKick(TClient& c, const std::string& R) {
beammp_info("Client kicked: " + R);
if (!TCPSend(c, "K" + R)) {
// TODO handle
beammp_warn("tried to kick player '" + c.GetName() + "' (id " + std::to_string(c.GetID()) + "), but was already disconnected");
}
c.SetStatus(-2);