FIRE-24147 - Disable pose stand when the avatar is sitting to prevent animation issues

master
Zi Ree 2021-02-07 18:02:49 +01:00
parent 1d225b82de
commit e0be68917b
2 changed files with 3 additions and 0 deletions

View File

@ -509,6 +509,7 @@
execute_parameters="fs_posestand"
is_running_function="Floater.IsOpen"
is_running_parameters="fs_posestand"
is_enabled_function="Agent.enableFlying"
/>
<command name="snapshot_to_disk"
available_in_toybox="true"

View File

@ -353,6 +353,8 @@
<menu_item_call.on_click
function="Floater.Show"
parameter="fs_posestand" />
<menu_item_call.on_enable
function="Self.EnableSitDown" />
</menu_item_call>
<menu_item_separator/>