let log4net find its configuration with Robust also

This commit is contained in:
UbitUmarov
2022-10-15 03:06:29 +01:00
parent 053dfdd13d
commit 3a02bf077d
3 changed files with 36 additions and 47 deletions

View File

@@ -108,7 +108,7 @@ namespace OpenSim.Region.Framework.Scenes
{
//private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
private Scene m_scene;
private readonly Scene m_scene;
public ScenePermissions(Scene scene)
{
m_scene = scene;