mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-26 18:50:38 +01:00
OPS - now set to 30 minutes the timer for deletion of dropped item
This commit is contained in:
parent
fd3113c168
commit
c384c8f630
@ -1,6 +1,6 @@
|
||||
local time = tonumber(minetest.setting_get("remove_items"))
|
||||
if not time then
|
||||
time = 1800 -- set to 30 minutes the time before remove a dropped item
|
||||
time = 900 -- set to 30 minutes the time before remove a dropped item
|
||||
end
|
||||
|
||||
unwalkable_nodes = {}
|
||||
|
Loading…
Reference in New Issue
Block a user