do update physics script events on link ( this does need another cleanup one day
parent
73e64c6597
commit
1e1d296ef4
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue