minor: remove mono compiler warning
parent
7be35d5a9a
commit
0337f2e2a0
|
@ -48,7 +48,7 @@ namespace OpenSim.Region.OptionalModules.PhysicsParameters
|
||||||
public class PhysicsParameters : ISharedRegionModule
|
public class PhysicsParameters : ISharedRegionModule
|
||||||
{
|
{
|
||||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||||
private static string LogHeader = "[PHYSICS PARAMETERS]";
|
// private static string LogHeader = "[PHYSICS PARAMETERS]";
|
||||||
|
|
||||||
private List<Scene> m_scenes = new List<Scene>();
|
private List<Scene> m_scenes = new List<Scene>();
|
||||||
private static bool m_commandsLoaded = false;
|
private static bool m_commandsLoaded = false;
|
||||||
|
|
Loading…
Reference in New Issue