mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-16 07:20:31 +01:00
Set the refresh of the player positions to 30sec
(60sec is a too high value for real time status)
This commit is contained in:
parent
523251abf1
commit
f2c7377a11
|
@ -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"
|
local fifo_path = "/home/quentinbd/minetest/worlds/minetestforfun/mt_players_fifo"
|
||||||
|
|
||||||
function players_data()
|
function players_data()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user