diff options
author | mingchen | 2007-06-08 19:30:27 +0000 |
---|---|---|
committer | mingchen | 2007-06-08 19:30:27 +0000 |
commit | 8157182d378de82ae7443b57a90e07267ce1466e (patch) | |
tree | 3139163f719fdbb24331a2fc4f7afd98c36e4764 /Common/OpenSim.Framework | |
parent | *Merged EstateManager, EstateSettings, ParcelManager,Parcel, and ParcelData c... (diff) | |
download | opensim-SC_OLD-8157182d378de82ae7443b57a90e07267ce1466e.zip opensim-SC_OLD-8157182d378de82ae7443b57a90e07267ce1466e.tar.gz opensim-SC_OLD-8157182d378de82ae7443b57a90e07267ce1466e.tar.bz2 opensim-SC_OLD-8157182d378de82ae7443b57a90e07267ce1466e.tar.xz |
*RegionInfo in Avatar class now protected again (oops, my fault)
Diffstat (limited to 'Common/OpenSim.Framework')
-rw-r--r-- | Common/OpenSim.Framework/Types/RegionInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Common/OpenSim.Framework/Types/RegionInfo.cs b/Common/OpenSim.Framework/Types/RegionInfo.cs index 7fa7fe2..6b835cb 100644 --- a/Common/OpenSim.Framework/Types/RegionInfo.cs +++ b/Common/OpenSim.Framework/Types/RegionInfo.cs | |||
@@ -31,7 +31,7 @@ namespace OpenSim.Framework.Types | |||
31 | 31 | ||
32 | public RegionInfo() | 32 | public RegionInfo() |
33 | { | 33 | { |
34 | 34 | estateSettings = new EstateSettings(); | |
35 | } | 35 | } |
36 | 36 | ||
37 | 37 | ||