aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar
diff options
context:
space:
mode:
authorKevin Cozens2016-08-17 22:44:40 -0400
committerKevin Cozens2016-08-17 22:44:40 -0400
commitdf8f189f5c152e072e0b1cadc0b8c75ea553f56f (patch)
treeca15a462cb5669af7e650548be6cf6d432d9a341 /OpenSim/Region/OptionalModules/Avatar
parentin GetUsersNames(string[] ids) dont loose names HGFriends may have cached (diff)
downloadopensim-SC_OLD-df8f189f5c152e072e0b1cadc0b8c75ea553f56f.zip
opensim-SC_OLD-df8f189f5c152e072e0b1cadc0b8c75ea553f56f.tar.gz
opensim-SC_OLD-df8f189f5c152e072e0b1cadc0b8c75ea553f56f.tar.bz2
opensim-SC_OLD-df8f189f5c152e072e0b1cadc0b8c75ea553f56f.tar.xz
Fixed typo in two group messages
Diffstat (limited to 'OpenSim/Region/OptionalModules/Avatar')
-rw-r--r--OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs
index 112a41f..ef9bcb1 100644
--- a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs
+++ b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs
@@ -896,7 +896,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
896 } 896 }
897 UUID groupID = m_groupData.CreateGroup(GetRequestingAgentID(remoteClient), name, charter, showInList, insigniaID, membershipFee, openEnrollment, allowPublish, maturePublish, GetRequestingAgentID(remoteClient)); 897 UUID groupID = m_groupData.CreateGroup(GetRequestingAgentID(remoteClient), name, charter, showInList, insigniaID, membershipFee, openEnrollment, allowPublish, maturePublish, GetRequestingAgentID(remoteClient));
898 898
899 remoteClient.SendCreateGroupReply(groupID, true, "Group created successfullly"); 899 remoteClient.SendCreateGroupReply(groupID, true, "Group created successfully");
900 900
901 // Update the founder with new group information. 901 // Update the founder with new group information.
902 SendAgentGroupDataUpdate(remoteClient, false); 902 SendAgentGroupDataUpdate(remoteClient, false);