diff --git a/indra/newview/llfloaterpathfindingconsole.cpp b/indra/newview/llfloaterpathfindingconsole.cpp index 094f7749c16235041ffc8980f0189ced5241df73..eee5d6860d20452a308e435cb8f898ec2f6c351f 100644 --- a/indra/newview/llfloaterpathfindingconsole.cpp +++ b/indra/newview/llfloaterpathfindingconsole.cpp @@ -165,7 +165,7 @@ void LLFloaterPathfindingConsole::onOpen(const LLSD& pKey) llwarns <<"Errror: cannot find pathing library implementation."<<llendl; } else - { + { if (!mNavMeshZoneSlot.connected()) { mNavMeshZone.registerNavMeshZoneListener(boost::bind(&LLFloaterPathfindingConsole::onNavMeshZoneCB, this, _1));