diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 307dbf3917..e660dce2ca 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);