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

0.9.1.0-post-fixes
UbitUmarov 2019-01-31 10:27:21 +00:00
parent 73e64c6597
commit 1e1d296ef4
1 changed files with 3 additions and 0 deletions

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;