Skip to content

Commit

Permalink
Update AutoConnect
Browse files Browse the repository at this point in the history
  • Loading branch information
ciribob committed Oct 12, 2019
1 parent b715077 commit 1432b95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Scripts/DCS-SRS-AutoConnectGameGUI.lua
Original file line number Diff line number Diff line change
Expand Up @@ -148,15 +148,15 @@ SRSAuto.srsNudge = function()
for _,v in pairs(net.get_player_list()) do

local _player = net.get_player_info(v)
if _player.id ~= 1 then
--filter server owner / user


if _player.side ~= 0 then

_playerByName[_player.name] = _player
--SRSAuto.log("SRS NUDGE - Added ".._player.name)

end
end

end
local fileContent = SRSAuto.readFile(SRSAuto.SRS_NUDGE_PATH);

Expand Down

0 comments on commit 1432b95

Please sign in to comment.