From 4af33c4da6774363db0d442f81b4871718cc5f2e Mon Sep 17 00:00:00 2001 From: MW Date: Mon, 20 Aug 2007 11:52:55 +0000 Subject: Instant Messages between users in the same region should actually now work. --- OpenSim/Region/Communications/Local/CommunicationsLocal.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Communications/Local/CommunicationsLocal.cs') 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 if (userProf != null) { this.InvenServices.CreateNewUserInventory(userProf.UUID); - Console.WriteLine("created new inventory set for " + tempfirstname + " " + templastname); + Console.WriteLine("Created new inventory set for " + tempfirstname + " " + templastname); } break; } -- cgit v1.1