diff options
author | BlueWall | 2011-11-23 10:50:29 -0500 |
---|---|---|
committer | BlueWall | 2011-11-23 10:50:29 -0500 |
commit | 0738fc43e46bd12343c4e43ea19affe65514521a (patch) | |
tree | 607b0dcb20f1f05675a00af00ab94fe2f86c5a1e /OpenSim/Region/OptionalModules | |
parent | Shell Environment Variables in config (diff) | |
parent | Log error if we attempt to add/remove an OdeCharacter from the _characters li... (diff) | |
download | opensim-SC_OLD-0738fc43e46bd12343c4e43ea19affe65514521a.zip opensim-SC_OLD-0738fc43e46bd12343c4e43ea19affe65514521a.tar.gz opensim-SC_OLD-0738fc43e46bd12343c4e43ea19affe65514521a.tar.bz2 opensim-SC_OLD-0738fc43e46bd12343c4e43ea19affe65514521a.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/OptionalModules')
-rwxr-xr-x | OpenSim/Region/OptionalModules/PhysicsParameters/PhysicsParameters.cs | 2 |
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; |