mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-25 02:00:37 +01:00
parent
9086fbf240
commit
333a1fa6e4
@ -67,7 +67,7 @@ minetest.register_globalstep(function(dtime)
|
||||
local regen_to = 0
|
||||
|
||||
-- simplest version checks for "full sunlight now"
|
||||
if light_now >= 15 then
|
||||
if light_now >= 14 then
|
||||
regen_to = 1
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user