mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-12-18 00:35:22 +01:00
Improve pipeworks.logger
This commit is contained in:
2
init.lua
2
init.lua
@@ -128,7 +128,7 @@ function pipeworks.replace_name(tbl,tr,name)
|
|||||||
end
|
end
|
||||||
|
|
||||||
pipeworks.logger = function(msg)
|
pipeworks.logger = function(msg)
|
||||||
print("[pipeworks] "..msg)
|
minetest.log("action", "[pipeworks] "..msg)
|
||||||
end
|
end
|
||||||
|
|
||||||
-------------------------------------------
|
-------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user