aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
diff options
context:
space:
mode:
authorTom Grimshaw2010-06-12 04:36:14 -0700
committerTom Grimshaw2010-06-12 04:36:14 -0700
commit63531b1df5463d43821c91a26bd0f6414716d0d0 (patch)
tree381fddf86dbe4880b6e5114f3db8737fc9ecb53a /OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
parentGet rid of spamming SOG debug message (diff)
parentPreserving the link numbers is a serializer's highest duty. (diff)
downloadopensim-SC_OLD-63531b1df5463d43821c91a26bd0f6414716d0d0.zip
opensim-SC_OLD-63531b1df5463d43821c91a26bd0f6414716d0d0.tar.gz
opensim-SC_OLD-63531b1df5463d43821c91a26bd0f6414716d0d0.tar.bz2
opensim-SC_OLD-63531b1df5463d43821c91a26bd0f6414716d0d0.tar.xz
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
index 0a4544c..9f3e354 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
@@ -2862,6 +2862,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
2862 // objects rezzed with this method are die_at_edge by default. 2862 // objects rezzed with this method are die_at_edge by default.
2863 new_group.RootPart.SetDieAtEdge(true); 2863 new_group.RootPart.SetDieAtEdge(true);
2864 2864
2865 new_group.ResumeScripts();
2866
2865 m_ScriptEngine.PostObjectEvent(m_host.LocalId, new EventParams( 2867 m_ScriptEngine.PostObjectEvent(m_host.LocalId, new EventParams(
2866 "object_rez", new Object[] { 2868 "object_rez", new Object[] {
2867 new LSL_String( 2869 new LSL_String(