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

afrisby
lbsa71 2007-09-24 09:37:40 +00:00
parent 00ddeebf57
commit 9795b4f6c8
1 changed files with 2 additions and 2 deletions

View File

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