mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2025-06-28 14:16:24 +02:00
Fixes small errors in handling players detection in mtwebmapper.
This commit is contained in:
@ -2,7 +2,7 @@ local time_interval = 1.0
|
||||
local fifo_path = "/tmp/mt_players_fifo"
|
||||
|
||||
function players_data()
|
||||
ps = {}
|
||||
local ps = {}
|
||||
for _, player in ipairs(minetest.get_connected_players()) do
|
||||
local pos = player:getpos()
|
||||
local pname = player:get_player_name()
|
||||
|
Reference in New Issue
Block a user