aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-08-23 21:41:16 +0100
committerJustin Clark-Casey (justincc)2011-08-23 21:41:16 +0100
commit014cd4f8bb018391aef8e3301988975403b939a1 (patch)
treec6178fa5afaacb081e9838717567621c1a79e6e0 /OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs
parentreplace TestRemoveAttachments() with a more thorough TestRemoveAttachment() (diff)
downloadopensim-SC_OLD-014cd4f8bb018391aef8e3301988975403b939a1.zip
opensim-SC_OLD-014cd4f8bb018391aef8e3301988975403b939a1.tar.gz
opensim-SC_OLD-014cd4f8bb018391aef8e3301988975403b939a1.tar.bz2
opensim-SC_OLD-014cd4f8bb018391aef8e3301988975403b939a1.tar.xz
remove mono compiler warnings
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs b/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs
index 7554e12..2117827 100644
--- a/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs
+++ b/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs
@@ -743,7 +743,7 @@ namespace OpenSim.Region.CoreModules.World.Land
743 // Corner case. If an autoreturn happens during sim startup 743 // Corner case. If an autoreturn happens during sim startup
744 // we will come here with the list uninitialized 744 // we will come here with the list uninitialized
745 // 745 //
746 int landId = m_landIDList[x, y]; 746// int landId = m_landIDList[x, y];
747 747
748// if (landId == 0) 748// if (landId == 0)
749// m_log.DebugFormat( 749// m_log.DebugFormat(