aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Local/LocalUserServices.cs
diff options
context:
space:
mode:
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 }