diff options
author | Teravus Ovares | 2007-12-20 15:42:53 +0000 |
---|---|---|
committer | Teravus Ovares | 2007-12-20 15:42:53 +0000 |
commit | dcaea6cd50b75942666697d4e1c7dd14acb350c1 (patch) | |
tree | bedf0a2b7543a29f6f13352d292510719e2e4ca1 | |
parent | * Fixed a null NewPack error in ClientView.InPacket (object pool returning nu... (diff) | |
download | opensim-SC_OLD-dcaea6cd50b75942666697d4e1c7dd14acb350c1.zip opensim-SC_OLD-dcaea6cd50b75942666697d4e1c7dd14acb350c1.tar.gz opensim-SC_OLD-dcaea6cd50b75942666697d4e1c7dd14acb350c1.tar.bz2 opensim-SC_OLD-dcaea6cd50b75942666697d4e1c7dd14acb350c1.tar.xz |
* Cleaned up some code from an earlier commit
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index 6d2d31f..3d4c4bb 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -1320,19 +1320,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
1320 | 1320 | ||
1321 | m_sceneGridService.Close(); | 1321 | m_sceneGridService.Close(); |
1322 | } | 1322 | } |
1323 | public void NewIncomingGridSetting(ulong regionHandle, string key, string gvalue) | 1323 | |
1324 | { | ||
1325 | if (key == "allow_forceful_banlines") | ||
1326 | { | ||
1327 | if (gvalue == "FALSE") | ||
1328 | { | ||
1329 | MainLog.Instance.Verbose("INTERGRID", "Grid is disallowing forcefull banlines"); | ||
1330 | //Ming, Do stuff here | ||
1331 | } | ||
1332 | } | ||
1333 | |||
1334 | |||
1335 | } | ||
1336 | 1324 | ||
1337 | /// <summary> | 1325 | /// <summary> |
1338 | /// | 1326 | /// |