Typos fixes.

This commit is contained in:
jeefo 2019-08-07 15:25:14 +03:00
commit c090ca3c54
4 changed files with 8 additions and 9 deletions

View file

@ -147,7 +147,7 @@ int BotControl::cmdWeaponMode () {
modes.push ("smg", 4);
modes.push ("rifle", 5);
modes.push ("sniper", 6);
modes.push ("stanard", 7);
modes.push ("standard", 7);
auto mode = getStr (type);