aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorDiva Canto2011-06-03 10:26:58 -0700
committerDiva Canto2011-06-03 10:26:58 -0700
commite33cedfd427779a3df844150869eb07b664849df (patch)
tree69a87386a2b722c7ea92074bcd5cf7a0b7fd6eaa /OpenSim/Framework/IClientAPI.cs
parentHG Landmarks being created. WARNING: new config var under [HGInventoryAccessM... (diff)
downloadopensim-SC_OLD-e33cedfd427779a3df844150869eb07b664849df.zip
opensim-SC_OLD-e33cedfd427779a3df844150869eb07b664849df.tar.gz
opensim-SC_OLD-e33cedfd427779a3df844150869eb07b664849df.tar.bz2
opensim-SC_OLD-e33cedfd427779a3df844150869eb07b664849df.tar.xz
HG Landmarks now working.
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 137f432..659d42f 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -83,7 +83,7 @@ namespace OpenSim.Framework
83 IClientAPI remoteClient, ulong regionHandle, Vector3 position, Vector3 lookAt, uint flags); 83 IClientAPI remoteClient, ulong regionHandle, Vector3 position, Vector3 lookAt, uint flags);
84 84
85 public delegate void TeleportLandmarkRequest( 85 public delegate void TeleportLandmarkRequest(
86 IClientAPI remoteClient, UUID regionID, Vector3 position); 86 IClientAPI remoteClient, AssetLandmark lm);
87 87
88 public delegate void DisconnectUser(); 88 public delegate void DisconnectUser();
89 89