mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
fix targetOmega resend on deselect on the right place, can't be at sop
but packethandlers
This commit is contained in:
@@ -291,6 +291,10 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
EventManager.TriggerParcelPrimCountTainted();
|
||||
}
|
||||
|
||||
// restore targetOmega
|
||||
if (part.AngularVelocity != Vector3.Zero)
|
||||
part.ScheduleTerseUpdate();
|
||||
|
||||
}
|
||||
|
||||
public virtual void ProcessMoneyTransferRequest(UUID source, UUID destination, int amount,
|
||||
|
||||
Reference in New Issue
Block a user