diff options
Diffstat (limited to 'OpenSim/Framework/LandData.cs')
-rw-r--r-- | OpenSim/Framework/LandData.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Framework/LandData.cs b/OpenSim/Framework/LandData.cs index 8c1e1a1..a875a50 100644 --- a/OpenSim/Framework/LandData.cs +++ b/OpenSim/Framework/LandData.cs | |||
@@ -39,7 +39,7 @@ namespace OpenSim.Framework | |||
39 | private uint _auctionID = 0; //Unemplemented. If set to 0, not being auctioned | 39 | private uint _auctionID = 0; //Unemplemented. If set to 0, not being auctioned |
40 | private LLUUID _authBuyerID = LLUUID.Zero; //Unemplemented. Authorized Buyer's UUID | 40 | private LLUUID _authBuyerID = LLUUID.Zero; //Unemplemented. Authorized Buyer's UUID |
41 | private Parcel.ParcelCategory _category = new Parcel.ParcelCategory(); //Unemplemented. Parcel's chosen category | 41 | private Parcel.ParcelCategory _category = new Parcel.ParcelCategory(); //Unemplemented. Parcel's chosen category |
42 | private int _claimDate = 0; | 42 | private int _claimDate = 0; |
43 | private int _claimPrice = 0; //Unemplemented | 43 | private int _claimPrice = 0; //Unemplemented |
44 | private LLUUID _globalID = LLUUID.Zero; | 44 | private LLUUID _globalID = LLUUID.Zero; |
45 | private LLUUID _groupID = LLUUID.Zero; //Unemplemented | 45 | private LLUUID _groupID = LLUUID.Zero; //Unemplemented |
@@ -77,7 +77,7 @@ namespace OpenSim.Framework | |||
77 | private LLUUID _snapshotID = LLUUID.Zero; | 77 | private LLUUID _snapshotID = LLUUID.Zero; |
78 | private LLVector3 _userLocation = new LLVector3(); | 78 | private LLVector3 _userLocation = new LLVector3(); |
79 | private LLVector3 _userLookAt = new LLVector3(); | 79 | private LLVector3 _userLookAt = new LLVector3(); |
80 | 80 | ||
81 | public LLVector3 AABBMax { | 81 | public LLVector3 AABBMax { |
82 | get { | 82 | get { |
83 | return _AABBMax; | 83 | return _AABBMax; |
@@ -459,4 +459,4 @@ namespace OpenSim.Framework | |||
459 | return landData; | 459 | return landData; |
460 | } | 460 | } |
461 | } | 461 | } |
462 | } \ No newline at end of file | 462 | } |