mirror of
https://github.com/minetest-mods/digilines.git
synced 2025-06-30 07:20:29 +02:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
0b099505eb |
2
init.lua
2
init.lua
@ -80,3 +80,5 @@ end
|
|||||||
if minetest.is_yes(minetest.setting_get("digilines_enable_rtc") or true) then
|
if minetest.is_yes(minetest.setting_get("digilines_enable_rtc") or true) then
|
||||||
dofile(modpath .. "/rtc.lua")
|
dofile(modpath .. "/rtc.lua")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
minetest.log("action", "[digilines] loaded.")
|
||||||
|
Reference in New Issue
Block a user