aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/VWoHTTP
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Client/VWoHTTP')
-rw-r--r--OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
index 51c5c17..26be5d9 100644
--- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
+++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
@@ -495,7 +495,7 @@ namespace OpenSim.Client.VWoHTTP.ClientStack
495 throw new System.NotImplementedException(); 495 throw new System.NotImplementedException();
496 } 496 }
497 497
498 public void SendKillObject(ulong regionHandle, uint localID) 498 public void SendKillObject(ulong regionHandle, List<uint> localID)
499 { 499 {
500 throw new System.NotImplementedException(); 500 throw new System.NotImplementedException();
501 } 501 }