Add loading message to action log
This commit is contained in:
2
init.lua
2
init.lua
@ -44,3 +44,5 @@ cartographer = {
|
|||||||
-- scanner.lua: Exposes functions for queuing and performing terrain scans
|
-- scanner.lua: Exposes functions for queuing and performing terrain scans
|
||||||
scanner = scanner,
|
scanner = scanner,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
minetest.log("action", "[cartographer] loaded.")
|
||||||
|
Reference in New Issue
Block a user