Add missing ChangeUserRights packet sender

This commit is contained in:
Melanie
2010-02-28 22:47:31 +00:00
parent 5c5966545d
commit 44e7224b86
9 changed files with 44 additions and 0 deletions

View File

@@ -1149,5 +1149,9 @@ namespace OpenSim.Region.Examples.SimpleModule
public void SendGroupActiveProposals(UUID groupID, UUID transactionID, GroupActiveProposals[] Proposals)
{
}
public void SendChangeUserRights(UUID friendID, int rights)
{
}
}
}