diff options
author | Melanie Thielker | 2010-07-30 15:03:03 +0200 |
---|---|---|
committer | Melanie Thielker | 2010-07-30 15:03:03 +0200 |
commit | f9280374d2e44f66145718c880119383c2dc2a71 (patch) | |
tree | b100b0430a783c0f53e0e78596158496b10f5a4d /OpenSim/Region/ScriptEngine/Shared/Api | |
parent | Merge branch 'master' into careminster-presence-refactor (diff) | |
download | opensim-SC_OLD-f9280374d2e44f66145718c880119383c2dc2a71.zip opensim-SC_OLD-f9280374d2e44f66145718c880119383c2dc2a71.tar.gz opensim-SC_OLD-f9280374d2e44f66145718c880119383c2dc2a71.tar.bz2 opensim-SC_OLD-f9280374d2e44f66145718c880119383c2dc2a71.tar.xz |
Bannination fixes. Objects in nonpublic parcels were muted by default. Gods
were muted, too.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index 8dc83c3..15af8b1 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -6075,7 +6075,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
6075 | return m_host.ParentGroup.RootPart.AttachmentPoint; | 6075 | return m_host.ParentGroup.RootPart.AttachmentPoint; |
6076 | } | 6076 | } |
6077 | 6077 | ||
6078 | public LSL_Integer llGetFreeMemory() | 6078 | public virtual LSL_Integer llGetFreeMemory() |
6079 | { | 6079 | { |
6080 | m_host.AddScriptLPS(1); | 6080 | m_host.AddScriptLPS(1); |
6081 | // Make scripts designed for LSO happy | 6081 | // Make scripts designed for LSO happy |