aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Local/LocalUserServices.cs
diff options
context:
space:
mode:
authorMW2007-08-24 16:30:27 +0000
committerMW2007-08-24 16:30:27 +0000
commit8b4955f6c1e366f9509b65159cc8c08afa5d237b (patch)
tree12cfa13737e52d2493e5fa908681488f1aab858d /OpenSim/Region/Communications/Local/LocalUserServices.cs
parentSmall bit of refactoring to the startup command script code (moved it into a ... (diff)
downloadopensim-SC_OLD-8b4955f6c1e366f9509b65159cc8c08afa5d237b.zip
opensim-SC_OLD-8b4955f6c1e366f9509b65159cc8c08afa5d237b.tar.gz
opensim-SC_OLD-8b4955f6c1e366f9509b65159cc8c08afa5d237b.tar.bz2
opensim-SC_OLD-8b4955f6c1e366f9509b65159cc8c08afa5d237b.tar.xz
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.)
Diffstat (limited to 'OpenSim/Region/Communications/Local/LocalUserServices.cs')
-rw-r--r--OpenSim/Region/Communications/Local/LocalUserServices.cs4
1 files changed, 4 insertions, 0 deletions
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
63 { 63 {
64 Console.WriteLine("Unknown Master User after creation attempt. No clue what to do here."); 64 Console.WriteLine("Unknown Master User after creation attempt. No clue what to do here.");
65 } 65 }
66 else
67 {
68 m_Parent.InvenServices.CreateNewUserInventory(profile.UUID);
69 }
66 70
67 return profile; 71 return profile;
68 } 72 }