diff --git a/src/game/client/components/chillerbot/warlist_commands_simple.cpp b/src/game/client/components/chillerbot/warlist_commands_simple.cpp index 2081e3620be..fd49b485fe5 100644 --- a/src/game/client/components/chillerbot/warlist_commands_simple.cpp +++ b/src/game/client/components/chillerbot/warlist_commands_simple.cpp @@ -121,12 +121,12 @@ bool CWarList::OnChatCmdSimple(char Prefix, int ClientId, int Team, const char * AddSimpleTeam(pRawArgLine); return true; } - else if(!str_comp(pCmd, "delwar") ||!str_comp(pCmd, "peace") ) // "delwar " + else if(!str_comp(pCmd, "delwar") || !str_comp(pCmd, "peace")) // "delwar " { RemoveSimpleWar(pRawArgLine); return true; } - else if(!str_comp(pCmd, "delteam") || !str_comp(pCmd, "unfriend")|| !str_comp(pCmd, "unteam")) // "unfriend " + else if(!str_comp(pCmd, "delteam") || !str_comp(pCmd, "unfriend") || !str_comp(pCmd, "unteam")) // "unfriend " { RemoveSimpleTeam(pRawArgLine); return true;