mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
Port the Avination offline messaging system to Core
This commit is contained in:
@@ -1494,7 +1494,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
msg.fromAgentName = "Server";
|
||||
msg.dialog = (byte)19; // Object msg
|
||||
msg.fromGroup = false;
|
||||
msg.offline = (byte)1;
|
||||
msg.offline = (byte)0;
|
||||
msg.ParentEstateID = RegionInfo.EstateSettings.ParentEstateID;
|
||||
msg.Position = Vector3.Zero;
|
||||
msg.RegionID = RegionInfo.RegionID.Guid;
|
||||
|
||||
Reference in New Issue
Block a user