diff options
Diffstat (limited to 'OpenSim/Framework/LandUpdateArgs.cs')
-rw-r--r-- | OpenSim/Framework/LandUpdateArgs.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/LandUpdateArgs.cs b/OpenSim/Framework/LandUpdateArgs.cs index 7b065a3..9760a1d 100644 --- a/OpenSim/Framework/LandUpdateArgs.cs +++ b/OpenSim/Framework/LandUpdateArgs.cs | |||
@@ -33,7 +33,7 @@ namespace OpenSim.Framework | |||
33 | public class LandUpdateArgs : EventArgs | 33 | public class LandUpdateArgs : EventArgs |
34 | { | 34 | { |
35 | public UUID AuthBuyerID; | 35 | public UUID AuthBuyerID; |
36 | public Parcel.ParcelCategory Category; | 36 | public ParcelCategory Category; |
37 | public string Desc; | 37 | public string Desc; |
38 | public UUID GroupID; | 38 | public UUID GroupID; |
39 | public byte LandingType; | 39 | public byte LandingType; |