* Cleaned up some code from an earlier commit

afrisby
Teravus Ovares 2007-12-20 15:42:53 +00:00
parent 2641f78a20
commit dcaea6cd50
1 changed files with 1 additions and 13 deletions

View File

@ -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>
///