2024-11-27 15:27:59 -06:00

6 lines
129 B
Lua

core.register_globalstep(function()
if core.settings:get_bool("always_day", false) then
core.set_timeofday(0.5)
end
end)