mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
cross avatar group info also if title is empty string
This commit is contained in:
@@ -4687,7 +4687,10 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
cAgent.agentCOF = COF;
|
||||
cAgent.ActiveGroupID = ControllingClient.ActiveGroupId;
|
||||
cAgent.ActiveGroupName = ControllingClient.ActiveGroupName;
|
||||
cAgent.ActiveGroupTitle = Grouptitle;
|
||||
if(Grouptitle == null)
|
||||
cAgent.ActiveGroupTitle = String.Empty;
|
||||
else
|
||||
cAgent.ActiveGroupTitle = Grouptitle;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user