Actually remove the script if it tries to remove itself.

Fixes Mantis #2929
This commit is contained in:
Melanie Thielker
2009-04-12 12:03:07 +00:00
parent f6f3737fe8
commit 2864c45678
4 changed files with 38 additions and 5 deletions

View File

@@ -66,6 +66,20 @@ namespace OpenSim.Region.ScriptEngine.Shared
}
}
[Serializable]
public class ScriptDeleteException : Exception
{
public ScriptDeleteException()
{
}
protected ScriptDeleteException(
SerializationInfo info,
StreamingContext context)
{
}
}
public class DetectParams
{
public DetectParams()