mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Update svn properties. Formatting cleanup.
This commit is contained in:
@@ -174,9 +174,10 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
|
||||
foreach (EntityBase entity in moveEntities)
|
||||
{
|
||||
if(entity != null)entity.UpdateMovement();
|
||||
//cfk. This throws occaisional exceptions on a heavily used region
|
||||
//and I added this null check to try to preclude the exception.
|
||||
if (entity != null)
|
||||
entity.UpdateMovement();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user