mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 17:50:37 +01:00
fix a false value for deleted item on ground, 1800sec=30min
This commit is contained in:
parent
e3758a1244
commit
343d20c5f9
@ -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 = {}
|
||||
|
Loading…
Reference in New Issue
Block a user