mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
*Fixed up EstateManagementModule to the module standard - no more packets allowed!
*Started cleaning up the land module
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user