From fc82c4307231c30ca3e7e9e30b1fd2401c9b2433 Mon Sep 17 00:00:00 2001 From: Szymon Porwolik Date: Sun, 24 Feb 2019 19:53:43 +0100 Subject: [PATCH] Fixed issue #1 testing required. --- 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 4b2d3ba..5923a4f 100644 --- a/01_DCS/Hooks/Perun.lua +++ b/01_DCS/Hooks/Perun.lua @@ -17,7 +17,7 @@ -- ########### END OF SETTINGS ########### -- Variable init - Perun.Version = "v0.3.3" + Perun.Version = "v0.3.4" Perun.StatusData = {} Perun.SlotsData = {} Perun.MissionData = {} @@ -105,7 +105,7 @@ -- 2 - Players temp = net.get_player_list() for _, i in pairs(temp) do - temp[i]=net.get_player_info(i) + temp[i]=net.get_player_info(temp[i]) end Perun.UpdateStatusPart("players",temp)