Merge branch 'avination' into ubitwork

avinationmerge
UbitUmarov 2012-08-07 21:59:21 +01:00
commit fef07b807d
1 changed files with 6 additions and 0 deletions

View File

@ -226,6 +226,12 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
public void llResetScript()
{
m_host.AddScriptLPS(1);
// We need to tell the URL module, if we hav one, to release
// the allocated URLs
if (m_UrlModule != null)
m_UrlModule.ScriptRemoved(m_item.ItemID);
m_ScriptEngine.ApiResetScript(m_item.ItemID);
}