diff --git a/Moose Development/Moose/Core/Radio.lua b/Moose Development/Moose/Core/Radio.lua index 46771ab59..61edb53cd 100644 --- a/Moose Development/Moose/Core/Radio.lua +++ b/Moose Development/Moose/Core/Radio.lua @@ -461,4 +461,12 @@ function BEACON:AATACAN(TACANChannel, TACANMode, Message, Bearing, Tanker, Beaco end return self -end \ No newline at end of file +end + +--- Stops the BEACON +-- @param #BEACON self +-- @return #BEACON self +function BEACON:StopAATACAN() + if not self.Positionable then + end +end