diff options
author | MW | 2007-08-20 11:52:55 +0000 |
---|---|---|
committer | MW | 2007-08-20 11:52:55 +0000 |
commit | 4af33c4da6774363db0d442f81b4871718cc5f2e (patch) | |
tree | 76793256cd683b45c81e7a28bbd33ffe70cf72bc /OpenSim/Region/Communications | |
parent | Some minor changes + krinkec's updates to ll* functions. (diff) | |
download | opensim-SC_OLD-4af33c4da6774363db0d442f81b4871718cc5f2e.zip opensim-SC_OLD-4af33c4da6774363db0d442f81b4871718cc5f2e.tar.gz opensim-SC_OLD-4af33c4da6774363db0d442f81b4871718cc5f2e.tar.bz2 opensim-SC_OLD-4af33c4da6774363db0d442f81b4871718cc5f2e.tar.xz |
Instant Messages between users in the same region should actually now work.
Diffstat (limited to 'OpenSim/Region/Communications')
-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 | } |