fix: do not break translation in favour of us english

This commit is contained in:
jeefo 2023-07-27 01:46:55 +03:00
commit fe5c8ef053
No known key found for this signature in database
GPG key ID: 927BCA0779BEA8ED

View file

@ -1611,7 +1611,7 @@ bool BotGraph::loadGraphData () {
int mapSize = getBspSize ();
if (mapSize != exten.mapSize) {
msg ("Warning: Graph data is probably not for this map. Please check bots behavior.");
msg ("Warning: Graph data is probably not for this map. Please check bots behaviour.");
}
}
cv_debug_goal.set (kInvalidNodeIndex);