From f3e18d135cfea70dbc53efcdd2e137816e893741 Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Thu, 28 Mar 2019 03:32:26 -0400 Subject: [PATCH] This looks wrong, let's fix it. --- indra/newview/llfloatertopobjects.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/indra/newview/llfloatertopobjects.cpp b/indra/newview/llfloatertopobjects.cpp index 05ba84c06..d78a9ef28 100644 --- a/indra/newview/llfloatertopobjects.cpp +++ b/indra/newview/llfloatertopobjects.cpp @@ -349,10 +349,9 @@ void LLFloaterTopObjects::doToObjects(int action, bool all) msg->nextBlockFast(_PREHASH_ParcelData); msg->addS32Fast(_PREHASH_LocalID, -1); // Whole region msg->addS32Fast(_PREHASH_ReturnType, RT_NONE); + msg->nextBlockFast(_PREHASH_TaskIDs); start_message = false; } - - msg->nextBlockFast(_PREHASH_TaskIDs); msg->addUUIDFast(_PREHASH_TaskID, task_id); if (msg->isSendFullFast(_PREHASH_TaskIDs))