From e7846e29789055dcc83388bebdea785427effe94 Mon Sep 17 00:00:00 2001 From: FlightControl Date: Thu, 24 Mar 2016 12:21:01 +0100 Subject: [PATCH] trace off --- Moose/Base.lua | 10 +++++----- Moose/Escort.lua | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Moose/Base.lua b/Moose/Base.lua index bc06b56de..42f11d3d4 100644 --- a/Moose/Base.lua +++ b/Moose/Base.lua @@ -13,18 +13,18 @@ _TraceClass = { --SPAWN = true, --STAGE = true, --ZONE = true, - GROUP = true, + --GROUP = true, --UNIT = true, - CLIENT = true, + --CLIENT = true, --CARGO = true, --CARGO_GROUP = true, --CARGO_PACKAGE = true, --CARGO_SLINGLOAD = true, --CARGO_ZONE = true, --CLEANUP = true, - MENU_SUB_GROUP = true, - MENU_COMMAND_GROUP = true, - ESCORT = true, + --MENU_SUB_GROUP = true, + --MENU_COMMAND_GROUP = true, + --ESCORT = true, } --- The BASE Class diff --git a/Moose/Escort.lua b/Moose/Escort.lua index 6f4ae664f..9f04348a5 100644 --- a/Moose/Escort.lua +++ b/Moose/Escort.lua @@ -181,7 +181,7 @@ function ESCORT:_ScanForTargets() -- EscortTargetLastVelocity } ) if EscortTarget.distance then - local EscortTargetUnitPositionVec3 = EscortTargetUnit:GetPositionVec3() + local EscortTargetUnitPositionVec3 = EscortTargetUnit:GetPositionVec() local EscortPositionVec3 = self.EscortGroup:GetPositionVec3() local Distance = routines.utils.get3DDist( EscortTargetUnitPositionVec3, EscortPositionVec3 ) / 1000 self:T( { self.EscortGroup:GetName(), EscortTargetUnit:GetName(), Distance, EscortTarget.visible } )