* Console output killed the cat. s/cat/sim/

This commit is contained in:
lbsa71
2007-09-24 09:37:40 +00:00
parent 00ddeebf57
commit 9795b4f6c8

View File

@@ -421,12 +421,12 @@ namespace OpenSim.Region.Environment.Scenes
{
if (m_isChildAgent)
{
Console.WriteLine("DEBUG: HandleAgentUpdate: child agent");
// Console.WriteLine("DEBUG: HandleAgentUpdate: child agent");
return;
}
if(PhysicsActor==null) {
Console.WriteLine("DEBUG: HandleAgentUpdate: null PhysicsActor!");
// Console.WriteLine("DEBUG: HandleAgentUpdate: null PhysicsActor!");
return;
}
int i = 0;