mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
add a public SetGroupPowers to clientView
This commit is contained in:
@@ -5790,6 +5790,15 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
}
|
||||
}
|
||||
|
||||
public void SetGroupPowers(Dictionary<UUID, ulong> powers)
|
||||
{
|
||||
lock(m_groupPowers)
|
||||
{
|
||||
m_groupPowers.Clear();
|
||||
m_groupPowers = powers;
|
||||
}
|
||||
}
|
||||
|
||||
public ulong GetGroupPowers(UUID groupID)
|
||||
{
|
||||
if (groupID == ActiveGroupId)
|
||||
|
||||
Reference in New Issue
Block a user