1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-12-26 10:40:37 +01:00

OPS - now set to 30 minutes the timer for deletion of dropped item

This commit is contained in:
BUISSON-DEBON Quentin 2016-11-30 12:37:39 +01:00
parent fd3113c168
commit c384c8f630
No known key found for this signature in database
GPG Key ID: 636727CF15AB868F

View File

@ -1,6 +1,6 @@
local time = tonumber(minetest.setting_get("remove_items"))
if not time then
time = 1800 -- set to 30 minutes the time before remove a dropped item
time = 900 -- set to 30 minutes the time before remove a dropped item
end
unwalkable_nodes = {}