Stand Up by user should cancel autopilot

This commit is contained in:
Liru Færs
2020-01-10 01:01:38 -05:00
parent 107f512545
commit 8e57288819

View File

@@ -3920,6 +3920,7 @@ void handle_object_sit_or_stand()
if (sitting_on_selection())
{
LLAgent::stopAutoPilot(true);
gAgent.standUp();
return;
}