1
0
spegling av https://github.com/sys4-fr/server-nalc.git synced 2025-11-07 15:25:19 +01:00

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
committad av GitHub
förälder e3758a1244
incheckning 343d20c5f9

Visa fil

@@ -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 = {}