mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
HG lures working! Friends can offer friends HG teleports via the profile. WARNING: additional configuration for HG inis -- see *Common.ini.example
This commit is contained in:
@@ -123,6 +123,7 @@ namespace OpenSim.Services.Connectors.InstantMessage
|
||||
gim["position_z"] = msg.Position.Z.ToString();
|
||||
gim["region_id"] = msg.RegionID.ToString();
|
||||
gim["binary_bucket"] = Convert.ToBase64String(msg.binaryBucket, Base64FormattingOptions.None);
|
||||
|
||||
return gim;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user