Log the "Pipeworks loaded!" message to infostream instead of printing it

This commit is contained in:
HybridDog 2016-02-21 09:15:43 +01:00
parent d93396600f
commit 9dbaa5f4f6
1 changed files with 1 additions and 1 deletions

View File

@ -150,4 +150,4 @@ end
minetest.register_alias("pipeworks:pipe", "pipeworks:pipe_110000_empty")
print("Pipeworks loaded!")
minetest.log("info", "Pipeworks loaded!")