minor: remove long unused RegionInfo.commFailTF
parent
4dc0aaa03f
commit
29d5950838
|
@ -101,7 +101,6 @@ namespace OpenSim.Framework
|
||||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||||
private static readonly string LogHeader = "[REGION INFO]";
|
private static readonly string LogHeader = "[REGION INFO]";
|
||||||
|
|
||||||
public bool commFailTF = false;
|
|
||||||
public string RegionFile = String.Empty;
|
public string RegionFile = String.Empty;
|
||||||
public bool isSandbox = false;
|
public bool isSandbox = false;
|
||||||
public bool Persistent = true;
|
public bool Persistent = true;
|
||||||
|
|
Loading…
Reference in New Issue