diff options
author | UbitUmarov | 2017-07-26 12:53:12 +0100 |
---|---|---|
committer | UbitUmarov | 2017-07-26 12:53:12 +0100 |
commit | d52a64c7a33a419853f351619e149c444d12db8f (patch) | |
tree | a013ddf9b3234abeea1f3573c43b075e1f7fa3fc /OpenSim/Region/ScriptEngine | |
parent | lets try using older EventManager.TriggerMoneyTransfer to pay parcel passes (diff) | |
download | opensim-SC-d52a64c7a33a419853f351619e149c444d12db8f.zip opensim-SC-d52a64c7a33a419853f351619e149c444d12db8f.tar.gz opensim-SC-d52a64c7a33a419853f351619e149c444d12db8f.tar.bz2 opensim-SC-d52a64c7a33a419853f351619e149c444d12db8f.tar.xz |
avoid leasing issues on lsl_list on domain crossings. This will make their use even more slow. AppDomainLoading just needs to be set false to have acceptable scripts performance
Diffstat (limited to 'OpenSim/Region/ScriptEngine')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs b/OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs index 8780e49..a65f71f 100644 --- a/OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs +++ b/OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs | |||
@@ -525,7 +525,7 @@ namespace OpenSim.Region.ScriptEngine.Shared | |||
525 | } | 525 | } |
526 | 526 | ||
527 | [Serializable] | 527 | [Serializable] |
528 | public class list: MarshalByRefObject | 528 | public class list |
529 | { | 529 | { |
530 | private object[] m_data; | 530 | private object[] m_data; |
531 | 531 | ||