* Cleaned up some code from an earlier commit
parent
2641f78a20
commit
dcaea6cd50
|
@ -1320,19 +1320,7 @@ namespace OpenSim.Region.Environment.Scenes
|
|||
|
||||
m_sceneGridService.Close();
|
||||
}
|
||||
public void NewIncomingGridSetting(ulong regionHandle, string key, string gvalue)
|
||||
{
|
||||
if (key == "allow_forceful_banlines")
|
||||
{
|
||||
if (gvalue == "FALSE")
|
||||
{
|
||||
MainLog.Instance.Verbose("INTERGRID", "Grid is disallowing forcefull banlines");
|
||||
//Ming, Do stuff here
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue