Forgot {} on last commit.

This commit is contained in:
Diva Canto
2009-10-19 15:03:55 -07:00
parent 2dd8a6beac
commit 590d91e572

View File

@@ -2986,9 +2986,11 @@ namespace OpenSim.Region.Physics.OdePlugin
foreach (OdeCharacter actor in _characters)
{
if (actor != null)
{
if (actor.bad)
m_log.WarnFormat("[PHYSICS]: BAD Actor {0} in _characters list was not removed?", actor.m_uuid);
actor.UpdatePositionAndVelocity();
}
}
}