1
0
鏡像自 https://github.com/sys4-fr/server-nalc.git 已同步 2025-11-05 22:35:29 +01:00

Set the refresh of the player positions to 30sec

(60sec is a too high value for real time status)
此提交包含在:
Ombridride
2015-07-18 20:05:00 +02:00
父節點 523251abf1
當前提交 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()