add a missing override

LSLKeyTest
UbitUmarov 2015-11-21 19:53:14 +00:00
parent 11342314e1
commit c84334fc72
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
return base.CreateAgent(sp, reg, finalDestination, agentCircuit, teleportFlags, ctx, out reason, out logout); return base.CreateAgent(sp, reg, finalDestination, agentCircuit, teleportFlags, ctx, out reason, out logout);
} }
public void TriggerTeleportHome(UUID id, IClientAPI client) public override void TriggerTeleportHome(UUID id, IClientAPI client)
{ {
TeleportHome(id, client); TeleportHome(id, client);
} }