* some refactoring on permissions

* temporary re-introduced the weird 'flip-back' behaviour, but debugging it; will remove it if I don't find anything.
This commit is contained in:
lbsa71
2008-02-11 13:26:55 +00:00
parent c7c567182a
commit c927928245
5 changed files with 85 additions and 109 deletions

View File

@@ -1078,7 +1078,7 @@ namespace OpenSim.Region.Environment.Scenes
///
/// </summary>
/// <param name="client"></param>
public void GetProperites(IClientAPI client)
public void GetProperties(IClientAPI client)
{
ObjectPropertiesPacket proper = (ObjectPropertiesPacket) PacketPool.Instance.GetPacket(PacketType.ObjectProperties);
// TODO: don't create new blocks if recycling an old packet