fix a false value for deleted item on ground, 1800sec=30min

This commit is contained in:
Darcidride 2016-11-30 18:56:06 +01:00 committed by GitHub
parent e3758a1244
commit 343d20c5f9
1 changed files with 1 additions and 1 deletions

View File

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