Skip to content
Snippets Groups Projects
Commit 18ae6c63 authored by Dave SIMmONs's avatar Dave SIMmONs
Browse files

Added warning if llEventHost LLAgent requestSit() can't find the sit target

parent 797a405b
No related branches found
No related tags found
No related merge requests found
......@@ -117,6 +117,11 @@ void LLAgentListener::requestSit(LLSD const & event_data) const
object->getRegion()->sendReliableMessage();
}
else
{
llwarns << "LLAgent requestSit could not find the sit target "
<< event_data["obj_uuid"].asUUID() << llendl;
}
}
void LLAgentListener::requestStand(LLSD const & event_data) const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment