mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
add a public SetGroupPowers to clientView
This commit is contained in:
@@ -610,6 +610,8 @@ namespace OpenSim.Region.OptionalModules.World.NPC
|
||||
return new Dictionary<UUID, ulong>();
|
||||
}
|
||||
|
||||
public void SetGroupPowers(Dictionary<UUID, ulong> powers) { }
|
||||
|
||||
public ulong GetGroupPowers(UUID groupID)
|
||||
{
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user