mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
* Console output killed the cat. s/cat/sim/
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user