From 996de5eaf1713d8dbe46470cfff48cb799aa69ec Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Fri, 6 Apr 2018 17:00:58 +0100 Subject: [PATCH] .. and yes i forgot a file.. again :( --- .../OptionalModules/World/SceneCommands/SceneCommandsModule.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenSim/Region/OptionalModules/World/SceneCommands/SceneCommandsModule.cs b/OpenSim/Region/OptionalModules/World/SceneCommands/SceneCommandsModule.cs index 7e3bd7f235..f406ca6adc 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 if (bool.TryParse(options["updates"], out enableUpdateDebugging)) { m_scene.DebugUpdates = enableUpdateDebugging; - GcNotify.Enabled = enableUpdateDebugging; } } }