diff options
author | UbitUmarov | 2016-07-26 17:57:14 +0100 |
---|---|---|
committer | UbitUmarov | 2016-07-26 17:57:14 +0100 |
commit | 1a8a8e16efae4bdfc5cbd5108171737ceaaa4c67 (patch) | |
tree | ca97e43d56625d9c9947a510d587fec523280b53 /OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | |
parent | let some group related data to have a public set (diff) | |
download | opensim-SC-1a8a8e16efae4bdfc5cbd5108171737ceaaa4c67.zip opensim-SC-1a8a8e16efae4bdfc5cbd5108171737ceaaa4c67.tar.gz opensim-SC-1a8a8e16efae4bdfc5cbd5108171737ceaaa4c67.tar.bz2 opensim-SC-1a8a8e16efae4bdfc5cbd5108171737ceaaa4c67.tar.xz |
add a public SetGroupPowers to clientView
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs index a84520fe..4275192 100644 --- a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | |||
@@ -610,6 +610,8 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
610 | return new Dictionary<UUID, ulong>(); | 610 | return new Dictionary<UUID, ulong>(); |
611 | } | 611 | } |
612 | 612 | ||
613 | public void SetGroupPowers(Dictionary<UUID, ulong> powers) { } | ||
614 | |||
613 | public ulong GetGroupPowers(UUID groupID) | 615 | public ulong GetGroupPowers(UUID groupID) |
614 | { | 616 | { |
615 | return 0; | 617 | return 0; |