Ignore unused loop counter.

This commit is contained in:
Sascha L. Teichmann 2015-03-09 12:51:39 +01:00
parent 7c5fa86b27
commit 0ac279d0c7
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ local fifo_path "/tmp/mt_players_fifo"
function players_data()
ps = {}
for i, player in ipairs(minetest.get_connected_players()) do
for _, player in ipairs(minetest.get_connected_players()) do
local pos = player:getpos()
local name = player:get_player_name()
local data = {