diff --git a/src/game/server/ddracechat.cpp b/src/game/server/ddracechat.cpp index ba8827574..0c4b78a0f 100644 --- a/src/game/server/ddracechat.cpp +++ b/src/game/server/ddracechat.cpp @@ -1125,8 +1125,6 @@ void CGameContext::ConSpecTeam(IConsole::IResult *pResult, void *pUserData) bool CheckClientID(int ClientID) { - dbg_assert(ClientID >= 0 || ClientID < MAX_CLIENTS, - "The Client ID is wrong"); if (ClientID < 0 || ClientID >= MAX_CLIENTS) return false; return true;