Applied dalien's "show users" patch

afrisby
MW 2007-08-25 20:44:06 +00:00
parent 4b42bc5311
commit 9bb22e3f06
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ namespace OpenSim
for (int i = 0; i < m_localScenes.Count; i++) for (int i = 0; i < m_localScenes.Count; i++)
{ {
Scene scene = m_localScenes[i]; Scene scene = m_localScenes[i];
foreach (Entity entity in scene.Entities.Values) foreach (EntityBase entity in scene.Entities.Values)
{ {
if (entity is ScenePresence) if (entity is ScenePresence)
{ {