If RegionReady is active, don't falsely say that logins are enabled in the main scene loop before RegionReady is signalled when initial script compilation finishes.
Also raises this logging level to Info from Debug since this information is of high importance. This matches the behaviour of the RegionReady module0.7.4.1
							parent
							
								
									e23d7ff9c0
								
							
						
					
					
						commit
						9737e6d52e
					
				| 
						 | 
				
			
			@ -1474,11 +1474,11 @@ namespace OpenSim.Region.Framework.Scenes
 | 
			
		|||
                                LoginLock = false;
 | 
			
		||||
                                EventManager.TriggerLoginsEnabled(RegionInfo.RegionName);
 | 
			
		||||
                            }
 | 
			
		||||
                            m_log.DebugFormat("[REGION]: Enabling logins for {0}", RegionInfo.RegionName);
 | 
			
		||||
    
 | 
			
		||||
                            // For RegionReady lockouts
 | 
			
		||||
                            if(LoginLock == false)
 | 
			
		||||
                            if (!LoginLock)
 | 
			
		||||
                            {
 | 
			
		||||
                                m_log.InfoFormat("[REGION]: Enabling logins for {0}", RegionInfo.RegionName);
 | 
			
		||||
                                LoginsDisabled = false;
 | 
			
		||||
                            }
 | 
			
		||||
    
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue