mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-10-18 00:25:23 +02:00
set to 30 minutes the time before remove a dropped item
This commit is contained in:
@@ -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 = {}
|
||||
|
Reference in New Issue
Block a user