From 5fbd071b9bc775889e33c05d472ed2b87d18b18b Mon Sep 17 00:00:00 2001 From: szporowolik Date: Thu, 7 Nov 2019 23:53:39 +0100 Subject: [PATCH] Commented pulling of all mission data, shall improve performance. --- 01_DCS/Hooks/Perun.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_DCS/Hooks/Perun.lua b/01_DCS/Hooks/Perun.lua index 2563afa..35d3db4 100644 --- a/01_DCS/Hooks/Perun.lua +++ b/01_DCS/Hooks/Perun.lua @@ -640,7 +640,7 @@ end Perun.UpdateMission = function() -- Main function for mission information updates Perun.AddLog("Updating mission data",2) - Perun.MissionData=DCS.getCurrentMission() + -- Perun.MissionData=DCS.getCurrentMission() -- Perun.SendToPerun(4,Perun.MissionData) -- TBD can cause data transmission troubles Perun.AddLog("Mission data updated",2) end