1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 06:11:47 +02:00

set to 30 minutes the time before remove a dropped item

This commit is contained in:
BUISSON-DEBON Quentin
2016-11-30 12:26:13 +01:00
parent bfe1c2d0ad
commit fd3113c168
2 changed files with 2 additions and 2 deletions

View File

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