cross avatar group info also if title is empty string
parent
a2c2456076
commit
7c3200b393
|
@ -4687,6 +4687,9 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
cAgent.agentCOF = COF;
|
||||
cAgent.ActiveGroupID = ControllingClient.ActiveGroupId;
|
||||
cAgent.ActiveGroupName = ControllingClient.ActiveGroupName;
|
||||
if(Grouptitle == null)
|
||||
cAgent.ActiveGroupTitle = String.Empty;
|
||||
else
|
||||
cAgent.ActiveGroupTitle = Grouptitle;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue