aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs
diff options
context:
space:
mode:
authorMelanie2011-11-02 23:50:47 +0000
committerMelanie2011-11-02 23:50:47 +0000
commit08fcf958c278c703a790fd964a5af74425bcf67d (patch)
treeba6362d105b4416033b2a807b8ef362e393f9ae2 /OpenSim/Region/Framework/Scenes/Scene.cs
parentRestore the recursive calling of PRIM_LINK_TARGET because the version I made (diff)
downloadopensim-SC_OLD-08fcf958c278c703a790fd964a5af74425bcf67d.zip
opensim-SC_OLD-08fcf958c278c703a790fd964a5af74425bcf67d.tar.gz
opensim-SC_OLD-08fcf958c278c703a790fd964a5af74425bcf67d.tar.bz2
opensim-SC_OLD-08fcf958c278c703a790fd964a5af74425bcf67d.tar.xz
Port the Avination offline messaging system to Core
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs
index f012d72..dff43fd 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.cs
@@ -1494,7 +1494,7 @@ namespace OpenSim.Region.Framework.Scenes
1494 msg.fromAgentName = "Server"; 1494 msg.fromAgentName = "Server";
1495 msg.dialog = (byte)19; // Object msg 1495 msg.dialog = (byte)19; // Object msg
1496 msg.fromGroup = false; 1496 msg.fromGroup = false;
1497 msg.offline = (byte)1; 1497 msg.offline = (byte)0;
1498 msg.ParentEstateID = RegionInfo.EstateSettings.ParentEstateID; 1498 msg.ParentEstateID = RegionInfo.EstateSettings.ParentEstateID;
1499 msg.Position = Vector3.Zero; 1499 msg.Position = Vector3.Zero;
1500 msg.RegionID = RegionInfo.RegionID.Guid; 1500 msg.RegionID = RegionInfo.RegionID.Guid;