From 0bb8c56ea90246a055d66c2cbc00279c256d88e0 Mon Sep 17 00:00:00 2001 From: Applevangelist Date: Thu, 23 Mar 2023 09:21:42 +0100 Subject: [PATCH] Typo fix --- Moose Development/Moose/Ops/RecoveryTanker.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Moose Development/Moose/Ops/RecoveryTanker.lua b/Moose Development/Moose/Ops/RecoveryTanker.lua index be56c16e4..0489ccb3d 100644 --- a/Moose Development/Moose/Ops/RecoveryTanker.lua +++ b/Moose Development/Moose/Ops/RecoveryTanker.lua @@ -198,7 +198,7 @@ -- The first parameter *callsignname* defines the name (1=Texaco, 2=Arco, 3=Shell). The second (optional) parameter specifies the first number and has to be between 1-9. -- Also see [DCS_enum_callsigns](https://wiki.hoggitworld.com/view/DCS_enum_callsigns) and [DCS_command_setCallsign](https://wiki.hoggitworld.com/view/DCS_command_setCallsign). -- --- TexacoStennis:SetCAllsign(CALLSIGN.Tanker.Arco) +-- TexacoStennis:SetCallsign(CALLSIGN.Tanker.Arco) -- -- For convenience, MOOSE has a CALLSIGN enumerator introduced. --