diff options
Diffstat (limited to 'linden/indra/newview/llstartup.cpp')
-rw-r--r-- | linden/indra/newview/llstartup.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp index aca3cac..fdc0182 100644 --- a/linden/indra/newview/llstartup.cpp +++ b/linden/indra/newview/llstartup.cpp | |||
@@ -2462,6 +2462,10 @@ bool idle_startup() | |||
2462 | 2462 | ||
2463 | // Have the agent start watching the friends list so we can update proxies | 2463 | // Have the agent start watching the friends list so we can update proxies |
2464 | gAgent.observeFriends(); | 2464 | gAgent.observeFriends(); |
2465 | |||
2466 | // Start loading inventory | ||
2467 | gInventory.startBackgroundFetch(); | ||
2468 | |||
2465 | if (gSavedSettings.getBOOL("LoginAsGod")) | 2469 | if (gSavedSettings.getBOOL("LoginAsGod")) |
2466 | { | 2470 | { |
2467 | gAgent.requestEnterGodMode(); | 2471 | gAgent.requestEnterGodMode(); |