diff options
author | UbitUmarov | 2019-07-06 20:49:00 +0100 |
---|---|---|
committer | UbitUmarov | 2019-07-06 20:49:00 +0100 |
commit | d372309e3cb3407e54b49e4da6fd3296f150b84d (patch) | |
tree | 3d2d48996111ef6a309b2695bbe169d03f14d6b0 /OpenSim/Framework | |
parent | reduce httptimout on first try to save a asset to grid (diff) | |
download | opensim-SC-d372309e3cb3407e54b49e4da6fd3296f150b84d.zip opensim-SC-d372309e3cb3407e54b49e4da6fd3296f150b84d.tar.gz opensim-SC-d372309e3cb3407e54b49e4da6fd3296f150b84d.tar.bz2 opensim-SC-d372309e3cb3407e54b49e4da6fd3296f150b84d.tar.xz |
mantis 8558: send sane values for Agents and objects capability (max hard limit)
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 | } |