* 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.

This commit is contained in:
Teravus Ovares
2008-05-14 06:58:32 +00:00
parent b7a0855c3a
commit 5b4d7922ea
6 changed files with 99 additions and 38 deletions
@@ -583,6 +583,11 @@ namespace OpenSim.Region.Examples.SimpleModule
}
public void SendGroupMembership(GroupData[] GroupMembership)
{
}
private void Update()
{
frame++;