From 64eb2443a4a6d11e9dd01d9c15333b8a85c93df8 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Sun, 6 Sep 2009 21:16:50 -0700 Subject: Start fetching inventory at startup --- linden/indra/newview/llstartup.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'linden/indra') 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() // Have the agent start watching the friends list so we can update proxies gAgent.observeFriends(); + + // Start loading inventory + gInventory.startBackgroundFetch(); + if (gSavedSettings.getBOOL("LoginAsGod")) { gAgent.requestEnterGodMode(); -- cgit v1.1