fix bad move on xmlgroups
parent
9e12ef9234
commit
f31fe66ce1
|
@ -1520,12 +1520,13 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
|
||||||
lastname, activeGroupPowers, activeGroupName,
|
lastname, activeGroupPowers, activeGroupName,
|
||||||
activeGroupTitle);
|
activeGroupTitle);
|
||||||
|
|
||||||
ScenePresence sp = (ScenePresence)remoteClient.SceneAgent;
|
|
||||||
if (sp != null)
|
|
||||||
sp.Grouptitle = activeGroupTitle;
|
|
||||||
|
|
||||||
if (tellOthers)
|
if (tellOthers)
|
||||||
SendScenePresenceUpdate(agentID, activeGroupTitle);
|
SendScenePresenceUpdate(agentID, activeGroupTitle);
|
||||||
|
|
||||||
|
ScenePresence sp = (ScenePresence)remoteClient.SceneAgent;
|
||||||
|
if (sp != null)
|
||||||
|
sp.Grouptitle = activeGroupTitle;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
Loading…
Reference in New Issue