1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-05-23 19:30:30 +02:00

Improve pipeworks.logger

This commit is contained in:
Jude Melton-Houghton 2022-08-13 14:08:25 -04:00
parent a261febb14
commit d8ca08a859

@ -128,7 +128,7 @@ function pipeworks.replace_name(tbl,tr,name)
end
pipeworks.logger = function(msg)
print("[pipeworks] "..msg)
minetest.log("action", "[pipeworks] "..msg)
end
-------------------------------------------