Add a data path for error messages

Committed from my other box where git is not configured properly

Signed-off-by: Melanie <melanie@t-data.com>
This commit is contained in:
root
2009-12-22 06:25:32 +01:00
committed by Melanie
parent e530180c1e
commit 05e8b4e72c
6 changed files with 57 additions and 14 deletions

View File

@@ -1470,5 +1470,10 @@ namespace OpenSim.Region.ScriptEngine.XEngine
return true;
}
public ArrayList GetScriptErrors(UUID itemID)
{
return new ArrayList();
}
}
}