This commit is contained in:
Applevangelist 2024-12-31 15:34:28 +01:00
parent 411d20ba26
commit 633186ca8a

View File

@ -19,7 +19,7 @@
-- --
-- ### Authors: **applevangelist**, **FlightControl** -- ### Authors: **applevangelist**, **FlightControl**
-- --
-- Last Update: Oct 2024 -- Last Update: Dec 2024
-- --
-- === -- ===
-- --
@ -157,7 +157,7 @@ function SEAD:New( SEADGroupPrefixes, Padding )
self:AddTransition("*", "ManageEvasion", "*") self:AddTransition("*", "ManageEvasion", "*")
self:AddTransition("*", "CalculateHitZone", "*") self:AddTransition("*", "CalculateHitZone", "*")
self:I("*** SEAD - Started Version 0.4.8") self:I("*** SEAD - Started Version 0.4.9")
return self return self
end end