* Long days journey towards night
parent
c8157da17b
commit
d4701d7ecc
|
@ -425,10 +425,11 @@ namespace OpenSim.Region.Environment.Scenes
|
||||||
// return;
|
// return;
|
||||||
//}
|
//}
|
||||||
|
|
||||||
//if(PhysicsActor==null) {
|
if (PhysicsActor == null)
|
||||||
// // Console.WriteLine("DEBUG: HandleAgentUpdate: null PhysicsActor!");
|
{
|
||||||
// return;
|
// Console.WriteLine("DEBUG: HandleAgentUpdate: null PhysicsActor!");
|
||||||
//}
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
int i = 0;
|
int i = 0;
|
||||||
bool update_movementflag = false;
|
bool update_movementflag = false;
|
||||||
|
|
Loading…
Reference in New Issue