mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Slightly improve "Unable to space collide" logging message, though I don't think I've ever seen this.
This commit is contained in:
@@ -1556,8 +1556,9 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||
}
|
||||
catch (AccessViolationException)
|
||||
{
|
||||
m_log.Warn("[PHYSICS]: Unable to space collide");
|
||||
m_log.WarnFormat("[PHYSICS]: Unable to space collide {0}", Name);
|
||||
}
|
||||
|
||||
//float terrainheight = GetTerrainHeightAtXY(chr.Position.X, chr.Position.Y);
|
||||
//if (chr.Position.Z + (chr.Velocity.Z * timeStep) < terrainheight + 10)
|
||||
//{
|
||||
|
||||
Reference in New Issue
Block a user