go back using File.Exists on flotsam

This commit is contained in:
UbitUmarov
2020-08-14 01:49:58 +01:00
parent fe28d6b43f
commit a049e37952
2 changed files with 2 additions and 12 deletions

View File

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