aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/EntityTransfer
diff options
context:
space:
mode:
authorUbitUmarov2015-11-21 19:53:14 +0000
committerUbitUmarov2015-11-21 19:53:14 +0000
commitc84334fc72846afee3ab0023f59288a7bd2723e4 (patch)
tree3a5162a048793f101da2bcc7bedbc28858355fb9 /OpenSim/Region/CoreModules/Framework/EntityTransfer
parent add thread allocation calls for new ode.dll (old ode) (diff)
downloadopensim-SC_OLD-c84334fc72846afee3ab0023f59288a7bd2723e4.zip
opensim-SC_OLD-c84334fc72846afee3ab0023f59288a7bd2723e4.tar.gz
opensim-SC_OLD-c84334fc72846afee3ab0023f59288a7bd2723e4.tar.bz2
opensim-SC_OLD-c84334fc72846afee3ab0023f59288a7bd2723e4.tar.xz
add a missing override
Diffstat (limited to 'OpenSim/Region/CoreModules/Framework/EntityTransfer')
-rw-r--r--OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs2
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 }