From e05cee514ca4dd4072d8667fb53cbec9633f87cb Mon Sep 17 00:00:00 2001 From: simpo Date: Mon, 25 Feb 2019 23:20:43 +0100 Subject: [PATCH] Update Perun.lua Fixed bug with JSON file not being generated. --- 01_DCS/Hooks/Perun.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/01_DCS/Hooks/Perun.lua b/01_DCS/Hooks/Perun.lua index 447f7a4..b087eb5 100644 --- a/01_DCS/Hooks/Perun.lua +++ b/01_DCS/Hooks/Perun.lua @@ -71,7 +71,7 @@ TempData["1"]=Perun.VersionData TempData["2"]=Perun.StatusData TempData["3"]=Perun.SlotsData - TempData["4"]=Perun.MissionData + -- TempData["4"]=Perun.MissionData TempData["debug"]=net.get_player_list() io.open(Perun.JsonLocation,"w"):close() @@ -377,4 +377,4 @@ -- Finalize and set callbacks DCS.setUserCallbacks(Perun) - net.log("Loaded - Perun - VladMordock - " .. Perun.Version ) \ No newline at end of file + net.log("Loaded - Perun - VladMordock - " .. Perun.Version )