Fix build break

This commit is contained in:
Melanie
2011-01-27 05:30:39 +00:00
parent 42c22f41dd
commit 4cc8d84281

View File

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