Set the refresh of the player positions to 30sec

(60sec is a too high value for real time status)
This commit is contained in:
Ombridride 2015-07-18 20:05:00 +02:00
parent 523251abf1
commit f2c7377a11
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
local time_interval = 60.0
local time_interval = 30.0
local fifo_path = "/home/quentinbd/minetest/worlds/minetestforfun/mt_players_fifo"
function players_data()