aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/LandChannel.cs
diff options
context:
space:
mode:
authorUbitUmarov2015-12-15 18:32:02 +0000
committerUbitUmarov2015-12-15 18:32:02 +0000
commitb7155f565110683107f5a94684c2669f5ff71aaf (patch)
tree545f246b1225353010b9d715355ed3dc0df47e6a /OpenSim/Region/CoreModules/World/Land/LandChannel.cs
parenta few more changes on parcels location finding (diff)
downloadopensim-SC_OLD-b7155f565110683107f5a94684c2669f5ff71aaf.zip
opensim-SC_OLD-b7155f565110683107f5a94684c2669f5ff71aaf.tar.gz
opensim-SC_OLD-b7155f565110683107f5a94684c2669f5ff71aaf.tar.bz2
opensim-SC_OLD-b7155f565110683107f5a94684c2669f5ff71aaf.tar.xz
fix typo
Diffstat (limited to 'OpenSim/Region/CoreModules/World/Land/LandChannel.cs')
-rw-r--r--OpenSim/Region/CoreModules/World/Land/LandChannel.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Land/LandChannel.cs b/OpenSim/Region/CoreModules/World/Land/LandChannel.cs
index 378826d..9de88d9 100644
--- a/OpenSim/Region/CoreModules/World/Land/LandChannel.cs
+++ b/OpenSim/Region/CoreModules/World/Land/LandChannel.cs
@@ -37,9 +37,10 @@ namespace OpenSim.Region.CoreModules.World.Land
37 { 37 {
38 #region Constants 38 #region Constants
39 39
40 public const float BAN_LINE_SAFETY_HEIGHT = 100;
40 //Land types set with flags in ParcelOverlay. 41 //Land types set with flags in ParcelOverlay.
41 //Only one of these can be used. 42 //Only one of these can be used.
42 public const float BAN_LINE_SAFETY_HIEGHT = 100; 43
43 44
44 //RequestResults (I think these are right, they seem to work): 45 //RequestResults (I think these are right, they seem to work):
45 public const int LAND_RESULT_MULTIPLE = 1; // The request they made contained more than a single peice of land 46 public const int LAND_RESULT_MULTIPLE = 1; // The request they made contained more than a single peice of land