Woops, fix this

This commit is contained in:
Liru Færs
2020-01-10 03:34:57 -05:00
parent c3f03b6bbf
commit be0aba4bfa

View File

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