diff options
author | Melanie | 2011-11-02 23:50:47 +0000 |
---|---|---|
committer | Melanie | 2011-11-02 23:50:47 +0000 |
commit | 08fcf958c278c703a790fd964a5af74425bcf67d (patch) | |
tree | ba6362d105b4416033b2a807b8ef362e393f9ae2 /OpenSim/Region/Framework | |
parent | Restore the recursive calling of PRIM_LINK_TARGET because the version I made (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 2 |
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; |