From c461c1e2e3a19d892268415ac152af75cb56c677 Mon Sep 17 00:00:00 2001 From: Applevangelist Date: Thu, 15 Sep 2022 19:50:19 +0200 Subject: [PATCH] * coordtext fix --- Moose Development/Moose/Ops/PlayerTask.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Moose Development/Moose/Ops/PlayerTask.lua b/Moose Development/Moose/Ops/PlayerTask.lua index 37455242d..2202b73ee 100644 --- a/Moose Development/Moose/Ops/PlayerTask.lua +++ b/Moose Development/Moose/Ops/PlayerTask.lua @@ -2361,7 +2361,7 @@ function PLAYERTASKCONTROLLER:_FlashInfo() if self.Type ~= PLAYERTASKCONTROLLER.Type.A2A then CoordText = Coordinate:ToStringA2G(_client) else - c = Coordinate:ToStringA2A(_client) + CoordText = Coordinate:ToStringA2A(_client) end local targettxt = self.gettext:GetEntry("TARGET",self.locale) local text = "Target: "..CoordText