mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
* Cleaned up some code from an earlier commit
This commit is contained in:
@@ -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>
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user