mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
* Long days journey towards night
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user