Fix an exception in new ScriptEngine loader where a region would
throw on quit if there was no script engine loaded by the loader0.6.0-stable
parent
ec494275a2
commit
b597cbf39d
|
@ -69,6 +69,7 @@ namespace OpenSim.ApplicationPlugins.ScriptEngine
|
||||||
|
|
||||||
public void Close()
|
public void Close()
|
||||||
{
|
{
|
||||||
|
if (scriptEngine != null)
|
||||||
scriptEngine.Close();
|
scriptEngine.Close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue