do update physics script events on link ( this does need another cleanup one day

This commit is contained in:
UbitUmarov
2019-01-31 10:27:21 +00:00
parent 73e64c6597
commit 1e1d296ef4

View File

@@ -4672,7 +4672,10 @@ namespace OpenSim.Region.Framework.Scenes
bool wasVD = VolumeDetectActive;
if ((UsePhysics == wasUsingPhysics) && (wasTemporary == SetTemporary) && (wasPhantom == SetPhantom) && (SetVD == wasVD))
{
UpdatePhysicsSubscribedEvents();
return;
}
VolumeDetectActive = SetVD;