diff options
author | Melanie Thielker | 2008-07-25 03:45:17 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-07-25 03:45:17 +0000 |
commit | 06e0e513cf194d97d576c111e5c481cc769bba1f (patch) | |
tree | 6cdb0ff7f86bc71a8d18847c64bde2547f70aed8 /OpenSim/Region/Environment | |
parent | *Fixes #0001818: typecast string to float (diff) | |
download | opensim-SC_OLD-06e0e513cf194d97d576c111e5c481cc769bba1f.zip opensim-SC_OLD-06e0e513cf194d97d576c111e5c481cc769bba1f.tar.gz opensim-SC_OLD-06e0e513cf194d97d576c111e5c481cc769bba1f.tar.bz2 opensim-SC_OLD-06e0e513cf194d97d576c111e5c481cc769bba1f.tar.xz |
Add GetGroupPowers() and a dictionary to hold them to ClientView and
IClientAPI. No user functionality
Diffstat (limited to 'OpenSim/Region/Environment')
-rw-r--r-- | OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs b/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs index 4b42f9e..2ae4ae0 100644 --- a/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs | |||
@@ -365,6 +365,11 @@ namespace OpenSim.Region.Environment.Modules.World.NPC | |||
365 | get { return 0; } | 365 | get { return 0; } |
366 | } | 366 | } |
367 | 367 | ||
368 | public ulong GetGroupPowers(LLUUID groupID) | ||
369 | { | ||
370 | return 0; | ||
371 | } | ||
372 | |||
368 | public virtual int NextAnimationSequenceNumber | 373 | public virtual int NextAnimationSequenceNumber |
369 | { | 374 | { |
370 | get { return 1; } | 375 | get { return 1; } |