Bugfix: radio xfer should not be repeatable

This commit is contained in:
legoboyvdlp R 2019-05-15 17:21:44 +01:00
parent 07216d3e44
commit 453fa34d6e
2 changed files with 2 additions and 2 deletions

View file

@ -219,7 +219,7 @@
<object-name>radio_exchange</object-name> <object-name>radio_exchange</object-name>
<action> <action>
<button>0</button> <button>0</button>
<repeatable>true</repeatable> <repeatable>false</repeatable>
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script>rmp.transfer(1);</script> <script>rmp.transfer(1);</script>

View file

@ -219,7 +219,7 @@
<object-name>radio_exchange</object-name> <object-name>radio_exchange</object-name>
<action> <action>
<button>0</button> <button>0</button>
<repeatable>true</repeatable> <repeatable>false</repeatable>
<binding> <binding>
<command>nasal</command> <command>nasal</command>
<script>rmp.transfer(2);</script> <script>rmp.transfer(2);</script>