diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/OptionalModules/World/SceneCommands/SceneCommandsModule.cs | 1 |
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 | } |