aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/LandManagement/LandChannel.cs
diff options
context:
space:
mode:
authorJeff Ames2008-03-25 03:37:48 +0000
committerJeff Ames2008-03-25 03:37:48 +0000
commita7556af7debeaa9d760a2402083e9aa42291a3af (patch)
treef14baa8d907871333bfae8b95c7080bb5423231f /OpenSim/Region/Environment/Modules/LandManagement/LandChannel.cs
parent* Adds llMoveToTarget and llStopMoveToTarget support to the ODEPlugin. (diff)
downloadopensim-SC_OLD-a7556af7debeaa9d760a2402083e9aa42291a3af.zip
opensim-SC_OLD-a7556af7debeaa9d760a2402083e9aa42291a3af.tar.gz
opensim-SC_OLD-a7556af7debeaa9d760a2402083e9aa42291a3af.tar.bz2
opensim-SC_OLD-a7556af7debeaa9d760a2402083e9aa42291a3af.tar.xz
Fix a few compiler warnings.
Diffstat (limited to 'OpenSim/Region/Environment/Modules/LandManagement/LandChannel.cs')
-rw-r--r--OpenSim/Region/Environment/Modules/LandManagement/LandChannel.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/LandManagement/LandChannel.cs b/OpenSim/Region/Environment/Modules/LandManagement/LandChannel.cs
index d95e4b1..ba5a098 100644
--- a/OpenSim/Region/Environment/Modules/LandManagement/LandChannel.cs
+++ b/OpenSim/Region/Environment/Modules/LandManagement/LandChannel.cs
@@ -595,7 +595,7 @@ namespace OpenSim.Region.Environment.Modules.LandManagement
595 byteArray = new byte[LAND_BLOCKS_PER_PACKET]; 595 byteArray = new byte[LAND_BLOCKS_PER_PACKET];
596 } 596 }
597 } 597 }
598 catch (Exception e) 598 catch (Exception)
599 { 599 {
600 //m_log.Debug("[LAND]: Skipped Land checks because avatar is out of bounds: " + e.Message); 600 //m_log.Debug("[LAND]: Skipped Land checks because avatar is out of bounds: " + e.Message);
601 } 601 }