This commit is contained in:
FlightControl_Master
2017-10-05 19:08:33 +02:00
parent ffc1c5d6ad
commit 84ddb3e380
4 changed files with 6 additions and 4 deletions

View File

@@ -1081,7 +1081,7 @@ do -- COORDINATE
local Settings = Settings or ( Controllable and _DATABASE:GetPlayerSettings( Controllable:GetPlayerName() ) ) or _SETTINGS
local ModeA2A = true
local ModeA2A = false
if Task then
if Task:IsInstanceOf( TASK_A2A ) then
@@ -1092,6 +1092,8 @@ do -- COORDINATE
else
if Task:IsInstanceOf( TASK_CARGO ) then
ModeA2A = false
else
ModeA2A = false
end
end
end