mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Fix some merge issues and a functional issue in the scene manager
This commit is contained in:
@@ -192,7 +192,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
private void HandleRegionReadyStatusChange(IScene scene)
|
||||
{
|
||||
lock (m_localScenes)
|
||||
AllRegionsReady = m_localScenes.TrueForAll(s => s.Ready);
|
||||
AllRegionsReady = m_localScenes.FindAll(s => !s.Ready).Count == 0;
|
||||
}
|
||||
|
||||
public void SendSimOnlineNotification(ulong regionHandle)
|
||||
|
||||
Reference in New Issue
Block a user