Allow turning flying on and off while seated, if using Continue Fly On Unsit
Note: Redundant code, but these functions will likely be merged eventually(FUI-esque project), so it doesn't matter for now.
This commit is contained in:
@@ -666,11 +666,13 @@ void LLAgent::setFlying(BOOL fly)
|
||||
return;
|
||||
}
|
||||
|
||||
/* Singu Note: We don't take off while sitting, don't bother with this check, let us toggle fly whenever.
|
||||
// don't allow taking off while sitting
|
||||
if (fly && gAgentAvatarp->isSitting())
|
||||
{
|
||||
return;
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
if (fly)
|
||||
|
||||
Reference in New Issue
Block a user