mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
do update physics script events on link ( this does need another cleanup one day
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user