mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
ScriptSponsor and LSL_Api are now MarshalByRefObject
This commit is contained in:
@@ -6,7 +6,7 @@ using System.Text;
|
||||
namespace OpenSim.Region.ScriptEngine.Shared.Api.Runtime
|
||||
{
|
||||
[Serializable]
|
||||
public class ScriptSponsor: ISponsor
|
||||
public class ScriptSponsor : MarshalByRefObject, ISponsor
|
||||
{
|
||||
// In theory: I execute, therefore I am.
|
||||
// If GC collects this class then sponsorship will expire
|
||||
|
||||
Reference in New Issue
Block a user