mirror of
https://github.com/minetest-mods/digilines.git
synced 2025-06-30 15:30:22 +02:00
Compare commits
2 Commits
master
...
nalc-1.2.0
Author | SHA1 | Date | |
---|---|---|---|
a6e79e6a25 | |||
0b099505eb |
2
init.lua
2
init.lua
@ -80,3 +80,5 @@ end
|
|||||||
if minetest.settings:get_bool("digilines_enable_rtc", true) ~= false then
|
if minetest.settings:get_bool("digilines_enable_rtc", true) ~= false then
|
||||||
dofile(modpath .. "/rtc.lua")
|
dofile(modpath .. "/rtc.lua")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
minetest.log("action", "[digilines] loaded.")
|
||||||
|
Reference in New Issue
Block a user