* Console output killed the cat. s/cat/sim/
parent
00ddeebf57
commit
9795b4f6c8
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue