avoid a null ref during shutdown (one of them..)

master
UbitUmarov 2020-07-10 19:35:39 +01:00
parent 01b4f83421
commit fe5e6d4189
1 changed files with 0 additions and 1 deletions

View File

@ -213,7 +213,6 @@ namespace OpenSim.Region.CoreModules.World.LightShare
return;
scene.EventManager.OnRegisterCaps -= OnRegisterCaps;
m_scene = null;
}
#endregion