fix: graph urls

update: yapb.cfg with latest cvars
This commit is contained in:
dmitry 2022-01-04 00:10:36 +03:00
commit 80890c25e1
No known key found for this signature in database
GPG key ID: 8297CE728B7A7E37
18 changed files with 126 additions and 62 deletions

View file

@ -766,7 +766,7 @@ int BotControl::cmdNodeUpload () {
String mapName = game.getMapName ();
// try to upload the file
if (http.uploadFile ("http://yapb.ru/upload", strings.format ("%sgraph/%s.graph", graph.getDataDirectory (false), mapName.lowercase ()))) {
if (http.uploadFile ("http://yapb.jeefo.net/upload", strings.format ("%sgraph/%s.graph", graph.getDataDirectory (false), mapName.lowercase ()))) {
msg ("Graph file was successfully validated and uploaded to the YaPB Graph DB (%s).", product.download);
msg ("It will be available for download for all YaPB users in a few minutes.");
msg ("\n");