diff options
author | UbitUmarov | 2016-07-26 16:54:04 +0100 |
---|---|---|
committer | UbitUmarov | 2016-07-26 16:54:04 +0100 |
commit | e766f9d20f80425948f5cfe9204cdf85908e77fa (patch) | |
tree | 17e55e4221a7f5cfe446896a804ace939376600c /OpenSim/Region/OptionalModules/World | |
parent | cleanup some code (diff) | |
download | opensim-SC-e766f9d20f80425948f5cfe9204cdf85908e77fa.zip opensim-SC-e766f9d20f80425948f5cfe9204cdf85908e77fa.tar.gz opensim-SC-e766f9d20f80425948f5cfe9204cdf85908e77fa.tar.bz2 opensim-SC-e766f9d20f80425948f5cfe9204cdf85908e77fa.tar.xz |
get a copy of current clientView group powers
Diffstat (limited to 'OpenSim/Region/OptionalModules/World')
-rw-r--r-- | OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs index bdac6aa..7cfa360 100644 --- a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | |||
@@ -603,6 +603,11 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
603 | return (m_hostGroupID == groupID); | 603 | return (m_hostGroupID == groupID); |
604 | } | 604 | } |
605 | 605 | ||
606 | public Dictionary<UUID, ulong> GetGroupPowers() | ||
607 | { | ||
608 | return new Dictionary<UUID, ulong>(); | ||
609 | } | ||
610 | |||
606 | public ulong GetGroupPowers(UUID groupID) | 611 | public ulong GetGroupPowers(UUID groupID) |
607 | { | 612 | { |
608 | return 0; | 613 | return 0; |