mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
let all clients get a group title update on create group
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user