Attempt to fix the "region starts but doesn't load anything" issue
							parent
							
								
									de82bf9eb5
								
							
						
					
					
						commit
						c0c1a31f61
					
				| 
						 | 
				
			
			@ -194,6 +194,12 @@ namespace OpenSim
 | 
			
		|||
            m_moduleLoader = new ModuleLoader(m_config.Source);
 | 
			
		||||
 | 
			
		||||
            LoadPlugins();
 | 
			
		||||
            
 | 
			
		||||
            foreach (IApplicationPlugin plugin in m_plugins)
 | 
			
		||||
            {
 | 
			
		||||
                plugin.PostInitialise();
 | 
			
		||||
            }
 | 
			
		||||
            
 | 
			
		||||
                                    
 | 
			
		||||
            // Only enable logins to the regions once we have completely finished starting up (apart from scripts)
 | 
			
		||||
            m_commsManager.GridService.RegionLoginsEnabled = true;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue