mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-11 11:48:38 +00:00
Update Skipper.lua
This commit is contained in:
@@ -424,6 +424,9 @@ function SKIPPER:_CheckIntruder()
|
||||
-- Add intruder to list.
|
||||
table.insert(self.intruders, intruder)
|
||||
|
||||
-- Add menu.
|
||||
self:_AddIntruderMenu(intruder)
|
||||
|
||||
-- Trigger alert!
|
||||
self:IntruderAlert(intruder)
|
||||
|
||||
@@ -690,8 +693,6 @@ function SKIPPER:LaunchCAP(intruder, weapontype)
|
||||
end
|
||||
|
||||
|
||||
|
||||
|
||||
--- Intruders.
|
||||
-- @param #SKIPPER self
|
||||
-- @param #SKIPPER.Intruder intruder The intruder data.
|
||||
|
||||
Reference in New Issue
Block a user