aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/MXP
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Client/MXP')
-rw-r--r--OpenSim/Client/MXP/ClientStack/MXPClientView.cs6
1 files changed, 5 insertions, 1 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
index 84c6916..faab371 100644
--- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
+++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
@@ -1028,11 +1028,15 @@ namespace OpenSim.Client.MXP.ClientStack
1028 // Need to translate to MXP somehow 1028 // Need to translate to MXP somehow
1029 } 1029 }
1030 1030
1031 public void SendTeleportLocationStart() 1031 public void SendTeleportStart(uint flags)
1032 { 1032 {
1033 // Need to translate to MXP somehow 1033 // Need to translate to MXP somehow
1034 } 1034 }
1035 1035
1036 public void SendTeleportProgress(uint flags, string message)
1037 {
1038 }
1039
1036 public void SendMoneyBalance(UUID transaction, bool success, byte[] description, int balance) 1040 public void SendMoneyBalance(UUID transaction, bool success, byte[] description, int balance)
1037 { 1041 {
1038 // Need to translate to MXP somehow 1042 // Need to translate to MXP somehow