* Long days journey towards night

afrisby
lbsa71 2007-09-24 12:39:03 +00:00
parent c8157da17b
commit d4701d7ecc
1 changed files with 5 additions and 4 deletions

View File

@ -425,10 +425,11 @@ namespace OpenSim.Region.Environment.Scenes
// return;
//}
//if(PhysicsActor==null) {
// // Console.WriteLine("DEBUG: HandleAgentUpdate: null PhysicsActor!");
// return;
//}
if (PhysicsActor == null)
{
// Console.WriteLine("DEBUG: HandleAgentUpdate: null PhysicsActor!");
return;
}
int i = 0;
bool update_movementflag = false;