From 62fb0961fd030a735d2ff32703a7629de1f895ca Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Wed, 20 Feb 2019 04:07:42 +0000 Subject: missing file on the kick commit --- OpenSim/Framework/IClientAPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 307dbf3..e660dce 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -390,7 +390,7 @@ namespace OpenSim.Framework IClientAPI remoteClient, UUID invoice, UUID senderID, bool scripted, bool collisionEvents, bool physics); public delegate void EstateTeleportOneUserHomeRequest( - IClientAPI remoteClient, UUID invoice, UUID senderID, UUID prey); + IClientAPI remoteClient, UUID invoice, UUID senderID, UUID prey, bool kill); public delegate void EstateTeleportAllUsersHomeRequest(IClientAPI remoteClient, UUID invoice, UUID senderID); -- cgit v1.1