mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Actually remove the script if it tries to remove itself.
Fixes Mantis #2929
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user