From f3f63ab8aa2184453c0415d6e1bb0536345fca65 Mon Sep 17 00:00:00 2001 From: Applevangelist Date: Wed, 18 Aug 2021 11:52:13 +0200 Subject: [PATCH] Fix for degree sign extra char --- Moose Development/Moose/Functional/Fox.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Moose Development/Moose/Functional/Fox.lua b/Moose Development/Moose/Functional/Fox.lua index 403ddc675..56dd5f51f 100644 --- a/Moose Development/Moose/Functional/Fox.lua +++ b/Moose Development/Moose/Functional/Fox.lua @@ -1707,8 +1707,8 @@ end --- Returns the unit of a player and the player name. If the unit does not belong to a player, nil is returned. -- @param #FOX self -- @param DCS#Weapon weapon The weapon. --- @return #number Notching heading right, i.e. missile heading +90� --- @return #number Notching heading left, i.e. missile heading -90�. +-- @return #number Notching heading right, i.e. missile heading +90°. +-- @return #number Notching heading left, i.e. missile heading -90°. function FOX:_GetNotchingHeadings(weapon) if weapon then