let all clients get a group title update on create group

This commit is contained in:
UbitUmarov
2017-05-05 01:39:38 +01:00
parent 04a50b47bf
commit 9e12ef9234
2 changed files with 5 additions and 5 deletions

View File

@@ -787,7 +787,7 @@ namespace OpenSim.Groups
remoteClient.SendCreateGroupReply(groupID, true, "Group created successfully");
// Update the founder with new group information.
SendAgentGroupDataUpdate(remoteClient, false);
SendAgentGroupDataUpdate(remoteClient, true);
}
else
remoteClient.SendCreateGroupReply(groupID, false, reason);