| 514 | } |
| 515 | |
| 516 | void CServer::Ban(int ClientId, int Seconds, const char *pReason, bool VerbatimReason) |
| 517 | { |
| 518 | m_NetServer.NetBan()->BanAddr(ClientAddr(ClientId), Seconds, pReason, VerbatimReason); |
| 519 | } |
| 520 | |
| 521 | void CServer::ReconnectClient(int ClientId) |
| 522 | { |