remove a nonsense option
parent
1ddc90f16e
commit
be490a8312
|
@ -57,9 +57,6 @@ namespace OpenSim.Services.GridService
|
|||
protected bool m_AllowDuplicateNames = false;
|
||||
protected bool m_AllowHypergridMapSearch = false;
|
||||
|
||||
|
||||
protected bool m_SuppressVarregionOverlapCheckOnRegistration = false;
|
||||
|
||||
private static Dictionary<string,object> m_ExtraFeatures = new Dictionary<string, object>();
|
||||
|
||||
public GridService(IConfigSource config)
|
||||
|
@ -86,8 +83,6 @@ namespace OpenSim.Services.GridService
|
|||
m_AllowDuplicateNames = gridConfig.GetBoolean("AllowDuplicateNames", m_AllowDuplicateNames);
|
||||
m_AllowHypergridMapSearch = gridConfig.GetBoolean("AllowHypergridMapSearch", m_AllowHypergridMapSearch);
|
||||
|
||||
m_SuppressVarregionOverlapCheckOnRegistration = gridConfig.GetBoolean("SuppressVarregionOverlapCheckOnRegistration", m_SuppressVarregionOverlapCheckOnRegistration);
|
||||
|
||||
// This service is also used locally by a simulator running in grid mode. This switches prevents
|
||||
// inappropriate console commands from being registered
|
||||
suppressConsoleCommands = gridConfig.GetBoolean("SuppressConsoleCommands", suppressConsoleCommands);
|
||||
|
|
Loading…
Reference in New Issue