Yengine: we also need to cancel timer events in queue, because some bad scripts that do work on X

This commit is contained in:
UbitUmarov
2019-11-11 12:51:09 +00:00
parent 38a77a8bb5
commit e87dfd48bf
5 changed files with 50 additions and 2 deletions

View File

@@ -1794,6 +1794,10 @@ namespace OpenSim.Region.ScriptEngine.XEngine
return result;
}
public void CancelScriptEvent(UUID itemID, string eventName)
{
}
/// <summary>
/// Post an event to a single script
/// </summary>