diff options
author | MW | 2007-08-25 20:44:06 +0000 |
---|---|---|
committer | MW | 2007-08-25 20:44:06 +0000 |
commit | 9bb22e3f06c1845047ea42de2c355753f57f7f14 (patch) | |
tree | 46f5b13b19ed2d5dbdaf66dbb985452729541fff /OpenSim | |
parent | oops , shouldn't have committed my local testing changes (diff) | |
download | opensim-SC_OLD-9bb22e3f06c1845047ea42de2c355753f57f7f14.zip opensim-SC_OLD-9bb22e3f06c1845047ea42de2c355753f57f7f14.tar.gz opensim-SC_OLD-9bb22e3f06c1845047ea42de2c355753f57f7f14.tar.bz2 opensim-SC_OLD-9bb22e3f06c1845047ea42de2c355753f57f7f14.tar.xz |
Applied dalien's "show users" patch
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index ddea383..955f179 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -479,7 +479,7 @@ namespace OpenSim | |||
479 | for (int i = 0; i < m_localScenes.Count; i++) | 479 | for (int i = 0; i < m_localScenes.Count; i++) |
480 | { | 480 | { |
481 | Scene scene = m_localScenes[i]; | 481 | Scene scene = m_localScenes[i]; |
482 | foreach (Entity entity in scene.Entities.Values) | 482 | foreach (EntityBase entity in scene.Entities.Values) |
483 | { | 483 | { |
484 | if (entity is ScenePresence) | 484 | if (entity is ScenePresence) |
485 | { | 485 | { |