1
0
mirror of https://github.com/pyrollo/digiterms.git synced 2025-07-17 23:40:28 +02:00

1 Commits

Author SHA1 Message Date
e9003866af Add loading message in action log 2020-07-23 15:58:20 +02:00

View File

@ -35,3 +35,5 @@ if minetest.get_modpath("scifi_nodes") then
dofile(digiterms.path.."/scifi_nodes.lua")
dofile(digiterms.path.."/scifi_crafts.lua")
end
minetest.log("action", "[digiterms] loaded.")