Fix an exception in new ScriptEngine loader where a region would
throw on quit if there was no script engine loaded by the loader
This commit is contained in:
@@ -69,7 +69,8 @@ namespace OpenSim.ApplicationPlugins.ScriptEngine
|
||||
|
||||
public void Close()
|
||||
{
|
||||
scriptEngine.Close();
|
||||
if (scriptEngine != null)
|
||||
scriptEngine.Close();
|
||||
}
|
||||
|
||||
public string Name
|
||||
|
||||
Reference in New Issue
Block a user