aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorlbsa712007-09-24 12:39:03 +0000
committerlbsa712007-09-24 12:39:03 +0000
commitd4701d7ecc0a1207548288b53242e6e301f37ccb (patch)
tree7b2a67d4cc20296df4aa97d9e29f1fbef1724a56 /OpenSim
parent* Hotfix for 'properties all the way into the sunset' bug; it just doesn't ma... (diff)
downloadopensim-SC_OLD-d4701d7ecc0a1207548288b53242e6e301f37ccb.zip
opensim-SC_OLD-d4701d7ecc0a1207548288b53242e6e301f37ccb.tar.gz
opensim-SC_OLD-d4701d7ecc0a1207548288b53242e6e301f37ccb.tar.bz2
opensim-SC_OLD-d4701d7ecc0a1207548288b53242e6e301f37ccb.tar.xz
* Long days journey towards night
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Environment/Scenes/ScenePresence.cs9
1 files changed, 5 insertions, 4 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
index eaf15a1..e6b8364 100644
--- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
@@ -425,10 +425,11 @@ namespace OpenSim.Region.Environment.Scenes
425 // return; 425 // return;
426 //} 426 //}
427 427
428 //if(PhysicsActor==null) { 428 if (PhysicsActor == null)
429 // // Console.WriteLine("DEBUG: HandleAgentUpdate: null PhysicsActor!"); 429 {
430 // return; 430 // Console.WriteLine("DEBUG: HandleAgentUpdate: null PhysicsActor!");
431 //} 431 return;
432 }
432 433
433 int i = 0; 434 int i = 0;
434 bool update_movementflag = false; 435 bool update_movementflag = false;