fix: typo [skip ci]

This commit is contained in:
jeefo 2024-05-22 22:04:15 +03:00
commit 9bc72e90c4
No known key found for this signature in database
GPG key ID: D696786B81B667C8

View file

@ -4189,7 +4189,7 @@ void Bot::donateC4ToHuman () {
if (!game.isNullEntity (bomb)) {
bomb->v.flags |= FL_ONGROUND;
// make recipient friend "pickup" ищьи
// make recipient friend "pickup" it
MDLL_Touch (bomb, recipient);
}
}