diff options
author | UbitUmarov | 2019-02-20 04:07:42 +0000 |
---|---|---|
committer | UbitUmarov | 2019-02-20 04:07:42 +0000 |
commit | 62fb0961fd030a735d2ff32703a7629de1f895ca (patch) | |
tree | 638a2979662b3d17908b91d846fa6f5a2024fecd /OpenSim | |
parent | Xengine: don't lose state change events (diff) | |
download | opensim-SC-62fb0961fd030a735d2ff32703a7629de1f895ca.zip opensim-SC-62fb0961fd030a735d2ff32703a7629de1f895ca.tar.gz opensim-SC-62fb0961fd030a735d2ff32703a7629de1f895ca.tar.bz2 opensim-SC-62fb0961fd030a735d2ff32703a7629de1f895ca.tar.xz |
missing file on the kick commit
Diffstat (limited to 'OpenSim')
-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 | ||