mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2026-08-18 05:05:19 +00:00
Wingmen now report new targets
This commit is contained in:
@@ -127,7 +127,7 @@ do
|
||||
noReportIfNoContacts = noReportIfNoContacts or false
|
||||
delayRadioAnswer = delayRadioAnswer or false
|
||||
|
||||
local reportString = TUM.wingmen.getContactsAsReportString(groupCategory, false, true)
|
||||
local reportString = TUM.wingmen.getContactsAsReportString(groupCategory, true)
|
||||
|
||||
if not reportString then
|
||||
if noReportIfNoContacts then return false end
|
||||
|
||||
Reference in New Issue
Block a user