diff options
Diffstat (limited to '')
-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 2dc4e74..8d5aa9e 100644 --- a/linden/indra/newview/llstartup.cpp +++ b/linden/indra/newview/llstartup.cpp | |||
@@ -2484,6 +2484,10 @@ bool idle_startup() | |||
2484 | 2484 | ||
2485 | // Have the agent start watching the friends list so we can update proxies | 2485 | // Have the agent start watching the friends list so we can update proxies |
2486 | gAgent.observeFriends(); | 2486 | gAgent.observeFriends(); |
2487 | |||
2488 | // Start loading inventory | ||
2489 | gInventory.startBackgroundFetch(); | ||
2490 | |||
2487 | if (gSavedSettings.getBOOL("LoginAsGod")) | 2491 | if (gSavedSettings.getBOOL("LoginAsGod")) |
2488 | { | 2492 | { |
2489 | gAgent.requestEnterGodMode(); | 2493 | gAgent.requestEnterGodMode(); |