Bugfix: radio xfer should not be repeatable
This commit is contained in:
parent
07216d3e44
commit
453fa34d6e
2 changed files with 2 additions and 2 deletions
|
@ -219,7 +219,7 @@
|
|||
<object-name>radio_exchange</object-name>
|
||||
<action>
|
||||
<button>0</button>
|
||||
<repeatable>true</repeatable>
|
||||
<repeatable>false</repeatable>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>rmp.transfer(1);</script>
|
||||
|
|
|
@ -219,7 +219,7 @@
|
|||
<object-name>radio_exchange</object-name>
|
||||
<action>
|
||||
<button>0</button>
|
||||
<repeatable>true</repeatable>
|
||||
<repeatable>false</repeatable>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>rmp.transfer(2);</script>
|
||||
|
|
Reference in a new issue