mirror of
https://github.com/minetest-mods/digilines.git
synced 2025-07-18 16:20:20 +02:00
Compare commits
7 Commits
master
...
dd8432ef34
Author | SHA1 | Date | |
---|---|---|---|
dd8432ef34 | |||
c3f1b4ef41 | |||
45991bf124 | |||
4e6b34da34 | |||
2800b237c5 | |||
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