Ooops...
This commit is contained in:
parent
ae91b9cede
commit
828f14c4f7
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ void FGHTTPClient::init()
|
||||||
// always show this message
|
// always show this message
|
||||||
SG_LOG(SG_GENERAL, SG_ALERT, "default catalog not found, installing...");
|
SG_LOG(SG_GENERAL, SG_ALERT, "default catalog not found, installing...");
|
||||||
pkg::Catalog::createFromUrl(packageRoot,
|
pkg::Catalog::createFromUrl(packageRoot,
|
||||||
"http://localhost:8080/default-catalog.xml");
|
"http://fgfs.goneabitbursar.com/pkg/" FLIGHTGEAR_VERSION "/default-catalog.xml");
|
||||||
}
|
}
|
||||||
|
|
||||||
// start a refresh now
|
// start a refresh now
|
||||||
|
|
Loading…
Add table
Reference in a new issue