aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
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 046688f..a84443b 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -555,7 +555,7 @@ namespace OpenSim.Framework
555 void SendRegionTeleport(ulong regionHandle, byte simAccess, IPEndPoint regionExternalEndPoint, uint locationID, 555 void SendRegionTeleport(ulong regionHandle, byte simAccess, IPEndPoint regionExternalEndPoint, uint locationID,
556 uint flags, string capsURL); 556 uint flags, string capsURL);
557 557
558 void SendTeleportFailed(); 558 void SendTeleportFailed(string reason);
559 void SendTeleportLocationStart(); 559 void SendTeleportLocationStart();
560 void SendMoneyBalance(LLUUID transaction, bool success, byte[] description, int balance); 560 void SendMoneyBalance(LLUUID transaction, bool success, byte[] description, int balance);
561 561