diff options
author | Teravus Ovares | 2008-05-14 06:58:32 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-05-14 06:58:32 +0000 |
commit | 5b4d7922ea304f638b6a9bd0a324abefd1403ec1 (patch) | |
tree | 2f8be6c0b270ecc33b56e1d716d1977e9a3d9620 /OpenSim/Region/Environment/Modules/World/NPC | |
parent | More formatting cleanup. Minor refactoring. (diff) | |
download | opensim-SC-5b4d7922ea304f638b6a9bd0a324abefd1403ec1.zip opensim-SC-5b4d7922ea304f638b6a9bd0a324abefd1403ec1.tar.gz opensim-SC-5b4d7922ea304f638b6a9bd0a324abefd1403ec1.tar.bz2 opensim-SC-5b4d7922ea304f638b6a9bd0a324abefd1403ec1.tar.xz |
* Adding the very bare minimum for the client to register user as having the group OpenSimulator Tester. This allows us to start examining and implementing the vary many unhandled group packets.
Diffstat (limited to 'OpenSim/Region/Environment/Modules/World/NPC')
-rw-r--r-- | OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs b/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs index 3126f1c..f37e12a 100644 --- a/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs | |||
@@ -102,6 +102,12 @@ namespace OpenSim.Region.Environment.Modules.World.NPC | |||
102 | { | 102 | { |
103 | 103 | ||
104 | } | 104 | } |
105 | |||
106 | public void SendGroupMembership(GroupData[] GroupMembership) | ||
107 | { | ||
108 | |||
109 | } | ||
110 | |||
105 | public LLUUID GetDefaultAnimation(string name) | 111 | public LLUUID GetDefaultAnimation(string name) |
106 | { | 112 | { |
107 | return LLUUID.Zero; | 113 | return LLUUID.Zero; |