leave the crane upright for 5 real days

This commit is contained in:
Joachim Stolberg 2020-03-16 00:24:07 +01:00
parent 6a25f25eff
commit 0d94436a9f

@ -9,7 +9,7 @@
]]--
local DAYS_WITHOUT_USE = 1
local DAYS_WITHOUT_USE = 72 * 5
-- for lazy programmers
local P2S = function(pos) if pos then return minetest.pos_to_string(pos) end end