.. and yes i forgot a file.. again :(

httptests
UbitUmarov 2018-04-06 17:00:58 +01:00
parent 75c5821dfa
commit 996de5eaf1
1 changed files with 0 additions and 1 deletions

View File

@ -227,7 +227,6 @@ namespace OpenSim.Region.OptionalModules.Avatar.Attachments
if (bool.TryParse(options["updates"], out enableUpdateDebugging))
{
m_scene.DebugUpdates = enableUpdateDebugging;
GcNotify.Enabled = enableUpdateDebugging;
}
}
}