aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Addons
diff options
context:
space:
mode:
authorUbitUmarov2017-05-05 01:39:38 +0100
committerUbitUmarov2017-05-05 01:39:38 +0100
commit9e12ef92344d43356ae276ae3a03921e26986a38 (patch)
tree034a7c9f2b474e6b836386d83932cc711a59a4a5 /OpenSim/Addons
parent the new options i add where actually bad idea, they would make the (diff)
downloadopensim-SC_OLD-9e12ef92344d43356ae276ae3a03921e26986a38.zip
opensim-SC_OLD-9e12ef92344d43356ae276ae3a03921e26986a38.tar.gz
opensim-SC_OLD-9e12ef92344d43356ae276ae3a03921e26986a38.tar.bz2
opensim-SC_OLD-9e12ef92344d43356ae276ae3a03921e26986a38.tar.xz
let all clients get a group title update on create group
Diffstat (limited to 'OpenSim/Addons')
-rw-r--r--OpenSim/Addons/Groups/GroupsModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Addons/Groups/GroupsModule.cs b/OpenSim/Addons/Groups/GroupsModule.cs
index 0e3a172..5b76e0a 100644
--- a/OpenSim/Addons/Groups/GroupsModule.cs
+++ b/OpenSim/Addons/Groups/GroupsModule.cs
@@ -787,7 +787,7 @@ namespace OpenSim.Groups
787 remoteClient.SendCreateGroupReply(groupID, true, "Group created successfully"); 787 remoteClient.SendCreateGroupReply(groupID, true, "Group created successfully");
788 788
789 // Update the founder with new group information. 789 // Update the founder with new group information.
790 SendAgentGroupDataUpdate(remoteClient, false); 790 SendAgentGroupDataUpdate(remoteClient, true);
791 } 791 }
792 else 792 else
793 remoteClient.SendCreateGroupReply(groupID, false, reason); 793 remoteClient.SendCreateGroupReply(groupID, false, reason);