Fix radio command sound.
This commit is contained in:
parent
400c7b79db
commit
414ee599d7
1 changed files with 1 additions and 1 deletions
|
@ -484,7 +484,7 @@ RADIOC(int n)
|
|||
sendevent("Radio", "f", RADIO_CT_INPOS);
|
||||
break;
|
||||
case 6:
|
||||
sendevent("Radio", "f", RADIO_COM_REPORTIN);
|
||||
sendevent("Radio", "f", RADIO_CT_REPORTINGIN);
|
||||
break;
|
||||
case 7:
|
||||
sendevent("Radio", "f", RADIO_BLOW);
|
||||
|
|
Loading…
Reference in a new issue