the prefix "fix" turned out to be bollocks. sorry about that. hope this one

fares better.
0.6.0-stable
Dr Scofield 2008-06-25 16:43:42 +00:00
parent a2b1a1787d
commit b7c81ff166
1 changed files with 0 additions and 1 deletions

View File

@ -851,7 +851,6 @@ namespace OpenSim.Region.Environment.Scenes
{
lock (Entities)
{
if (0 == Entities.Count) return null;
return new List<EntityBase>(Entities.Values);
}
}