mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
stop some log spam on shutdown that happens on linux
This commit is contained in:
@@ -273,7 +273,6 @@ namespace OpenSim.Region.ScriptEngine.Yengine
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
m_MaintenanceInterval = m_Config.GetInt("MaintenanceInterval", 10);
|
||||
|
||||
if(m_MaintenanceInterval > 0)
|
||||
@@ -904,6 +903,9 @@ namespace OpenSim.Region.ScriptEngine.Yengine
|
||||
//
|
||||
public bool PostObjectEvent(uint localID, EventParams parms)
|
||||
{
|
||||
if(m_Exiting)
|
||||
return false;
|
||||
|
||||
SceneObjectPart part = m_Scene.GetSceneObjectPart(localID);
|
||||
|
||||
if(part == null)
|
||||
|
||||
Reference in New Issue
Block a user