aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/PhysicsParameters/PhysicsParameters.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-11-22 22:16:09 +0000
committerJustin Clark-Casey (justincc)2011-11-22 22:16:09 +0000
commitd639f7fdf3ddb4bbb825a08c5c153b5e93b27231 (patch)
tree4727301f297723f82958d2efffa739fbf6b662a1 /OpenSim/Region/OptionalModules/PhysicsParameters/PhysicsParameters.cs
parentStop an exception being thrown and a teleport/border cross failing if the des... (diff)
downloadopensim-SC_OLD-d639f7fdf3ddb4bbb825a08c5c153b5e93b27231.zip
opensim-SC_OLD-d639f7fdf3ddb4bbb825a08c5c153b5e93b27231.tar.gz
opensim-SC_OLD-d639f7fdf3ddb4bbb825a08c5c153b5e93b27231.tar.bz2
opensim-SC_OLD-d639f7fdf3ddb4bbb825a08c5c153b5e93b27231.tar.xz
minor: remove mono compiler warning
Diffstat (limited to 'OpenSim/Region/OptionalModules/PhysicsParameters/PhysicsParameters.cs')
-rwxr-xr-xOpenSim/Region/OptionalModules/PhysicsParameters/PhysicsParameters.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/PhysicsParameters/PhysicsParameters.cs b/OpenSim/Region/OptionalModules/PhysicsParameters/PhysicsParameters.cs
index 2a44360..23ef757 100755
--- a/OpenSim/Region/OptionalModules/PhysicsParameters/PhysicsParameters.cs
+++ b/OpenSim/Region/OptionalModules/PhysicsParameters/PhysicsParameters.cs
@@ -48,7 +48,7 @@ namespace OpenSim.Region.OptionalModules.PhysicsParameters
48 public class PhysicsParameters : ISharedRegionModule 48 public class PhysicsParameters : ISharedRegionModule
49 { 49 {
50 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 50 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
51 private static string LogHeader = "[PHYSICS PARAMETERS]"; 51// private static string LogHeader = "[PHYSICS PARAMETERS]";
52 52
53 private List<Scene> m_scenes = new List<Scene>(); 53 private List<Scene> m_scenes = new List<Scene>();
54 private static bool m_commandsLoaded = false; 54 private static bool m_commandsLoaded = false;