mirror of
https://github.com/minetest-mods/digilines.git
synced 2025-07-20 09:00:29 +02:00
Compare commits
15 Commits
master
...
98f364c0cc
Author | SHA1 | Date | |
---|---|---|---|
98f364c0cc | |||
d480fee891 | |||
f5b2521e4b | |||
b36dd31f0f | |||
5a04699b3e | |||
7a5cc43280 | |||
327c96cba8 | |||
0aa935c271 | |||
dd8432ef34 | |||
c3f1b4ef41 | |||
45991bf124 | |||
4e6b34da34 | |||
2800b237c5 | |||
a6e79e6a25 | |||
0b099505eb |
2
init.lua
2
init.lua
@ -99,3 +99,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