*Fixed up EstateManagementModule to the module standard - no more packets allowed!

*Started cleaning up the land module
This commit is contained in:
mingchen
2008-05-04 18:59:18 +00:00
parent 5ab392d0ee
commit 63c104efde
7 changed files with 594 additions and 549 deletions

View File

@@ -31,5 +31,13 @@ namespace OpenSim.Framework
{
public const uint RegionSize = 256;
public const byte TerrainPatchSize = 16;
public enum EstateAccessCodex : uint
{
AccessOptions = 17,
AllowedGroups = 18,
EstateBans = 20,
EstateManagers = 24
}
}
}