graph: always use lowercase map name when downloading graph
package: use default graph endpoint instead of cdn
This commit is contained in:
parent
18456c2a28
commit
8f688b1bc7
3 changed files with 6 additions and 3 deletions
|
|
@ -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 behaviour.");
|
||||
msg ("Warning: Graph data is probably not for this map. Please check bots behavior.");
|
||||
}
|
||||
}
|
||||
cv_debug_goal.set (kInvalidNodeIndex);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue