Skip to content
Snippets Groups Projects
Commit 30a3f8b6 authored by Andrey Kleshchev's avatar Andrey Kleshchev
Browse files

SL-19767 Fix sit&stand being disabled by default

parent 96eb5f08
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
...@@ -40,7 +40,6 @@ ...@@ -40,7 +40,6 @@
</menu_item_call> </menu_item_call>
<menu_item_separator layout="topleft" /> <menu_item_separator layout="topleft" />
<menu_item_call <menu_item_call
enabled="false"
label="Sit here" label="Sit here"
name="Object Sit"> name="Object Sit">
<menu_item_call.on_click <menu_item_call.on_click
...@@ -49,7 +48,6 @@ ...@@ -49,7 +48,6 @@
function="Object.EnableSit" /> function="Object.EnableSit" />
</menu_item_call> </menu_item_call>
<menu_item_call <menu_item_call
enabled="false"
label="Stand up" label="Stand up"
name="Object Stand Up"> name="Object Stand Up">
<menu_item_call.on_click <menu_item_call.on_click
......
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