fix: do not break translation in favour of us english
This commit is contained in:
parent
0cf7c65a9b
commit
fe5c8ef053
1 changed files with 1 additions and 1 deletions
|
|
@ -1611,7 +1611,7 @@ bool BotGraph::loadGraphData () {
|
||||||
int mapSize = getBspSize ();
|
int mapSize = getBspSize ();
|
||||||
|
|
||||||
if (mapSize != exten.mapSize) {
|
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);
|
cv_debug_goal.set (kInvalidNodeIndex);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue