mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Untangles llDie handling in XEngine, which resulted in a thread being aborted while executing inside of Scene.
This commit is contained in:
@@ -52,6 +52,20 @@ namespace OpenSim.Region.ScriptEngine.Shared
|
||||
}
|
||||
}
|
||||
|
||||
[Serializable]
|
||||
public class SelfDeleteException : Exception
|
||||
{
|
||||
public SelfDeleteException()
|
||||
{
|
||||
}
|
||||
|
||||
protected SelfDeleteException(
|
||||
SerializationInfo info,
|
||||
StreamingContext context)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
public class DetectParams
|
||||
{
|
||||
public DetectParams()
|
||||
|
||||
Reference in New Issue
Block a user