mirror of
				https://github.com/sys4-fr/server-nalc.git
				synced 2025-11-04 05:55:28 +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:
		@@ -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()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user