Fix build break

avinationmerge
Melanie 2011-01-27 05:30:39 +00:00
parent 42c22f41dd
commit 4cc8d84281
1 changed files with 1 additions and 0 deletions

View File

@ -2578,6 +2578,7 @@ namespace OpenSim.Region.Framework.Scenes
(aCircuit.teleportFlags & (uint)Constants.TeleportFlags.ViaLogin) != 0; (aCircuit.teleportFlags & (uint)Constants.TeleportFlags.ViaLogin) != 0;
CheckHeartbeat(); CheckHeartbeat();
ScenePresence presence;
if (GetScenePresence(client.AgentId) == null) // ensure there is no SP here if (GetScenePresence(client.AgentId) == null) // ensure there is no SP here
{ {