aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/World/SceneCommands/SceneCommandsModule.cs
diff options
context:
space:
mode:
authorUbitUmarov2018-04-06 17:00:58 +0100
committerUbitUmarov2018-04-06 17:00:58 +0100
commit996de5eaf1713d8dbe46470cfff48cb799aa69ec (patch)
treee91aca233f1793de74f6618e2824be5fde78bc52 /OpenSim/Region/OptionalModules/World/SceneCommands/SceneCommandsModule.cs
parentremove GCnotify(). It is wrong in many ways and has no use. GC now does provi... (diff)
downloadopensim-SC-996de5eaf1713d8dbe46470cfff48cb799aa69ec.zip
opensim-SC-996de5eaf1713d8dbe46470cfff48cb799aa69ec.tar.gz
opensim-SC-996de5eaf1713d8dbe46470cfff48cb799aa69ec.tar.bz2
opensim-SC-996de5eaf1713d8dbe46470cfff48cb799aa69ec.tar.xz
.. and yes i forgot a file.. again :(
Diffstat (limited to 'OpenSim/Region/OptionalModules/World/SceneCommands/SceneCommandsModule.cs')
-rw-r--r--OpenSim/Region/OptionalModules/World/SceneCommands/SceneCommandsModule.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/World/SceneCommands/SceneCommandsModule.cs b/OpenSim/Region/OptionalModules/World/SceneCommands/SceneCommandsModule.cs
index 7e3bd7f..f406ca6 100644
--- a/OpenSim/Region/OptionalModules/World/SceneCommands/SceneCommandsModule.cs
+++ b/OpenSim/Region/OptionalModules/World/SceneCommands/SceneCommandsModule.cs
@@ -227,7 +227,6 @@ namespace OpenSim.Region.OptionalModules.Avatar.Attachments
227 if (bool.TryParse(options["updates"], out enableUpdateDebugging)) 227 if (bool.TryParse(options["updates"], out enableUpdateDebugging))
228 { 228 {
229 m_scene.DebugUpdates = enableUpdateDebugging; 229 m_scene.DebugUpdates = enableUpdateDebugging;
230 GcNotify.Enabled = enableUpdateDebugging;
231 } 230 }
232 } 231 }
233 } 232 }