diff options
author | Kevin Cozens | 2016-08-17 22:44:40 -0400 |
---|---|---|
committer | Kevin Cozens | 2016-08-17 22:44:40 -0400 |
commit | df8f189f5c152e072e0b1cadc0b8c75ea553f56f (patch) | |
tree | ca15a462cb5669af7e650548be6cf6d432d9a341 /OpenSim/Region/OptionalModules | |
parent | in GetUsersNames(string[] ids) dont loose names HGFriends may have cached (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs | 2 |
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); |