Fix inconsistent link/unlink checking

This commit is contained in:
Siana Gearz
2012-10-17 13:41:30 +02:00
parent a12704c6a3
commit 71d2bd83aa
5 changed files with 7 additions and 8 deletions

View File

@@ -572,7 +572,7 @@ bool LLSelectMgr::linkObjects()
}
S32 object_count = LLSelectMgr::getInstance()->getSelection()->getObjectCount();
if (object_count > MAX_CHILDREN_PER_TASK + 1)
if (gHippoGridManager->getConnectedGrid()->isSecondLife() && (object_count > MAX_CHILDREN_PER_TASK + 1))
{
LLSD args;
args["COUNT"] = llformat("%d", object_count);