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

This commit is contained in:
UbitUmarov
2020-07-10 19:35:39 +01:00
parent 01b4f83421
commit fe5e6d4189

View File

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