safeguard commands
This commit is contained in:
@@ -50,7 +50,7 @@ fn tripwire(
|
||||
p_tripwire.reported.push(*n_id);
|
||||
|
||||
let bra = Braa::new(p_position, n_position, n_heading);
|
||||
let message = format!("{}, {} {}", p_callsign, awacs, bra);
|
||||
let message = format!("{}, {}, {}", p_callsign, awacs, bra);
|
||||
let voice_message = format!(
|
||||
"{}, {}, {}",
|
||||
p_callsign.to_voice(),
|
||||
|
||||
Reference in New Issue
Block a user