diff options
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/RegionInfoForEstateMenuArgs.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Framework/RegionInfoForEstateMenuArgs.cs b/OpenSim/Framework/RegionInfoForEstateMenuArgs.cs index f274da2..1b828ca 100644 --- a/OpenSim/Framework/RegionInfoForEstateMenuArgs.cs +++ b/OpenSim/Framework/RegionInfoForEstateMenuArgs.cs | |||
@@ -33,7 +33,7 @@ namespace OpenSim.Framework | |||
33 | { | 33 | { |
34 | public float billableFactor; | 34 | public float billableFactor; |
35 | public uint estateID; | 35 | public uint estateID; |
36 | public byte maxAgents; | 36 | public int maxAgents; |
37 | public float objectBonusFactor; | 37 | public float objectBonusFactor; |
38 | public uint parentEstateID; | 38 | public uint parentEstateID; |
39 | public int pricePerMeter; | 39 | public int pricePerMeter; |
@@ -48,5 +48,7 @@ namespace OpenSim.Framework | |||
48 | public float waterHeight; | 48 | public float waterHeight; |
49 | public string simName; | 49 | public string simName; |
50 | public string regionType; | 50 | public string regionType; |
51 | public int AgentCapacity; | ||
52 | public int ObjectsCapacity; | ||
51 | } | 53 | } |
52 | } | 54 | } |