Add loading message to action log

This commit is contained in:
Sys Quatre 2020-07-23 16:04:12 +02:00
父節點 f9e9e0ae53
當前提交 4532b2b3c9
共有 1 個檔案被更改,包括 2 行新增0 行删除

查看文件

@ -44,3 +44,5 @@ cartographer = {
-- scanner.lua: Exposes functions for queuing and performing terrain scans
scanner = scanner,
};
minetest.log("action", "[cartographer] loaded.")