1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-12-24 01:30:38 +01:00

Set the refresh of the player positions to 60sec

This commit is contained in:
Ombridride 2015-07-17 21:53:54 +02:00
parent 659f012623
commit 989a2c5e5a

View File

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