Fix grammar mistake

This commit is contained in:
Zwelf 2020-10-19 15:23:48 +02:00
parent 6d11c34d63
commit 81131c7831

View file

@ -723,7 +723,7 @@ bool CSaveTeam::MatchPlayers(const char (*paNames)[MAX_NAME_LENGTH], const int *
} }
if(!Found) if(!Found)
{ {
str_format(pMessage, MessageLen, "'%s' don't belong to this team", paNames[i]); str_format(pMessage, MessageLen, "'%s' doesn't belong to this team", paNames[i]);
return false; return false;
} }
} }