diff options
Instant Messages between users in the same region should actually now work.
Diffstat (limited to 'OpenSim/Region/Communications/Local/CommunicationsLocal.cs')
-rw-r--r-- | OpenSim/Region/Communications/Local/CommunicationsLocal.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/Local/CommunicationsLocal.cs b/OpenSim/Region/Communications/Local/CommunicationsLocal.cs index 66779a2..417f071 100644 --- a/OpenSim/Region/Communications/Local/CommunicationsLocal.cs +++ b/OpenSim/Region/Communications/Local/CommunicationsLocal.cs | |||
@@ -98,7 +98,7 @@ namespace OpenSim.Region.Communications.Local | |||
98 | if (userProf != null) | 98 | if (userProf != null) |
99 | { | 99 | { |
100 | this.InvenServices.CreateNewUserInventory(userProf.UUID); | 100 | this.InvenServices.CreateNewUserInventory(userProf.UUID); |
101 | Console.WriteLine("created new inventory set for " + tempfirstname + " " + templastname); | 101 | Console.WriteLine("Created new inventory set for " + tempfirstname + " " + templastname); |
102 | } | 102 | } |
103 | break; | 103 | break; |
104 | } | 104 | } |