mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Make m_originRegionID in ScenePresence public to allow DSG module to work for now. Once the code churn on teleport ends, I can find a better solution
This commit is contained in:
@@ -290,9 +290,9 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
/// <summary>
|
||||
/// In the V1 teleport protocol, the destination simulator sends ReleaseAgent to this address.
|
||||
/// </summary>
|
||||
string m_callbackURI;
|
||||
private string m_callbackURI;
|
||||
|
||||
UUID m_originRegionID;
|
||||
public UUID m_originRegionID;
|
||||
|
||||
/// <summary>
|
||||
/// Used by the entity transfer module to signal when the presence should not be closed because a subsequent
|
||||
|
||||
Reference in New Issue
Block a user