diff options
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
390 | IClientAPI remoteClient, UUID invoice, UUID senderID, bool scripted, bool collisionEvents, bool physics); | 390 | IClientAPI remoteClient, UUID invoice, UUID senderID, bool scripted, bool collisionEvents, bool physics); |
391 | 391 | ||
392 | public delegate void EstateTeleportOneUserHomeRequest( | 392 | public delegate void EstateTeleportOneUserHomeRequest( |
393 | IClientAPI remoteClient, UUID invoice, UUID senderID, UUID prey); | 393 | IClientAPI remoteClient, UUID invoice, UUID senderID, UUID prey, bool kill); |
394 | 394 | ||
395 | public delegate void EstateTeleportAllUsersHomeRequest(IClientAPI remoteClient, UUID invoice, UUID senderID); | 395 | public delegate void EstateTeleportAllUsersHomeRequest(IClientAPI remoteClient, UUID invoice, UUID senderID); |
396 | 396 | ||