diff options
author | UbitUmarov | 2015-11-21 19:53:14 +0000 |
---|---|---|
committer | UbitUmarov | 2015-11-21 19:53:14 +0000 |
commit | c84334fc72846afee3ab0023f59288a7bd2723e4 (patch) | |
tree | 3a5162a048793f101da2bcc7bedbc28858355fb9 | |
parent | add thread allocation calls for new ode.dll (old ode) (diff) | |
download | opensim-SC-c84334fc72846afee3ab0023f59288a7bd2723e4.zip opensim-SC-c84334fc72846afee3ab0023f59288a7bd2723e4.tar.gz opensim-SC-c84334fc72846afee3ab0023f59288a7bd2723e4.tar.bz2 opensim-SC-c84334fc72846afee3ab0023f59288a7bd2723e4.tar.xz |
add a missing override
-rw-r--r-- | OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs b/OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs index 1783e0a..dfc880a 100644 --- a/OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs +++ b/OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs | |||
@@ -311,7 +311,7 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer | |||
311 | return base.CreateAgent(sp, reg, finalDestination, agentCircuit, teleportFlags, ctx, out reason, out logout); | 311 | return base.CreateAgent(sp, reg, finalDestination, agentCircuit, teleportFlags, ctx, out reason, out logout); |
312 | } | 312 | } |
313 | 313 | ||
314 | public void TriggerTeleportHome(UUID id, IClientAPI client) | 314 | public override void TriggerTeleportHome(UUID id, IClientAPI client) |
315 | { | 315 | { |
316 | TeleportHome(id, client); | 316 | TeleportHome(id, client); |
317 | } | 317 | } |