From 8b4955f6c1e366f9509b65159cc8c08afa5d237b Mon Sep 17 00:00:00 2001 From: MW Date: Fri, 24 Aug 2007 16:30:27 +0000 Subject: Hopefully fixed the issue of inventory not working for the master account. (Note you will need to delete userprofile.yap for this to take effect.) --- OpenSim/Region/Communications/Local/LocalUserServices.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'OpenSim/Region/Communications/Local/LocalUserServices.cs') diff --git a/OpenSim/Region/Communications/Local/LocalUserServices.cs b/OpenSim/Region/Communications/Local/LocalUserServices.cs index 65732bd..1a409bf 100644 --- a/OpenSim/Region/Communications/Local/LocalUserServices.cs +++ b/OpenSim/Region/Communications/Local/LocalUserServices.cs @@ -63,6 +63,10 @@ namespace OpenSim.Region.Communications.Local { Console.WriteLine("Unknown Master User after creation attempt. No clue what to do here."); } + else + { + m_Parent.InvenServices.CreateNewUserInventory(profile.UUID); + } return profile; } -- cgit v1.1