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

@@ -1195,6 +1195,10 @@ namespace OpenSim.Client.Sirikata.ClientStack
{
}
public void SendChangeUserRights(UUID friendID, int rights)
{
}
#endregion
}
}