fix: graph urls
update: yapb.cfg with latest cvars
This commit is contained in:
parent
08353e6006
commit
80890c25e1
18 changed files with 126 additions and 62 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue