Fix wrong name

This commit is contained in:
Raffson 2023-11-19 22:27:18 +01:00
parent 7d95e3e2fe
commit b35e0c26d6
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -2706,7 +2706,7 @@ function SkynetIADSAbstractRadarElement:goDark()
end
self.aiState = false
self:stopScanningForHARMs()
if self.iads:getDebugSettings().radarWentDark then
if self.iads:getDebugSettings().samWentDark then
self.iads:printOutputToLog("GOING DARK: "..self:getDescription())
end
end