VC: Fix RMP2 XFR button binding
This commit is contained in:
parent
9a9b95bee9
commit
a17f0337fc
3 changed files with 51 additions and 51 deletions
|
@ -222,7 +222,7 @@
|
||||||
<repeatable>true</repeatable>
|
<repeatable>true</repeatable>
|
||||||
<binding>
|
<binding>
|
||||||
<command>nasal</command>
|
<command>nasal</command>
|
||||||
<script>rmp.transfer(1);</script>
|
<script>rmp.transfer(2);</script>
|
||||||
<condition>
|
<condition>
|
||||||
<and>
|
<and>
|
||||||
<greater-than-equals>
|
<greater-than-equals>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
4684
|
4685
|
Reference in a new issue