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.")