mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
* coordtext fix
This commit is contained in:
parent
5b5380c746
commit
c461c1e2e3
@ -2361,7 +2361,7 @@ function PLAYERTASKCONTROLLER:_FlashInfo()
|
|||||||
if self.Type ~= PLAYERTASKCONTROLLER.Type.A2A then
|
if self.Type ~= PLAYERTASKCONTROLLER.Type.A2A then
|
||||||
CoordText = Coordinate:ToStringA2G(_client)
|
CoordText = Coordinate:ToStringA2G(_client)
|
||||||
else
|
else
|
||||||
c = Coordinate:ToStringA2A(_client)
|
CoordText = Coordinate:ToStringA2A(_client)
|
||||||
end
|
end
|
||||||
local targettxt = self.gettext:GetEntry("TARGET",self.locale)
|
local targettxt = self.gettext:GetEntry("TARGET",self.locale)
|
||||||
local text = "Target: "..CoordText
|
local text = "Target: "..CoordText
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user