mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
* One more tweak to inform the user that they may not be able to move until relogging.
This commit is contained in:
@@ -3419,10 +3419,12 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
private void OutOfBoundsCall(PhysicsVector pos)
|
||||
{
|
||||
bool flying = m_physicsActor.Flying;
|
||||
RemoveFromPhysicalScene();
|
||||
//bool flying = m_physicsActor.Flying;
|
||||
//RemoveFromPhysicalScene();
|
||||
|
||||
AddToPhysicalScene(flying);
|
||||
//AddToPhysicalScene(flying);
|
||||
if (ControllingClient != null)
|
||||
ControllingClient.SendAgentAlertMessage("Physics is having a problem with your avatar. You may not be able to move until you relog.",true);
|
||||
}
|
||||
|
||||
// Event called by the physics plugin to tell the avatar about a collision.
|
||||
|
||||
Reference in New Issue
Block a user