* Patched fixed merge from trunk

This commit is contained in:
Teravus Ovares
2008-02-24 15:21:08 +00:00
parent 882566a32f
commit ce1bbc0ae4
30 changed files with 1018 additions and 635 deletions
@@ -35,6 +35,6 @@ namespace OpenSim.Region.ScriptEngine.Common.ScriptEngineBase
public interface iScriptEngineFunctionModule
{
void ReadConfig();
bool PleaseShutdown { get; set; }
// bool PleaseShutdown { get; set; }
}
}