mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 06:11:47 +02:00
Turned all boot messages into clean minetest.log() calls
- Turned all the 'print' calls at server's boot to 'minetest.log' in order to render it more clearly
This commit is contained in:
@ -75,4 +75,4 @@ minetest.register_alias("dye:dark_blue","dye:blue")
|
||||
minetest.register_alias("dye:dark_pink","dye:magenta")
|
||||
minetest.register_alias("dye:purple","dye:violet")
|
||||
|
||||
print ("Coloured Stone Bricks [colouredstonebricks] has loaded!")
|
||||
minetest.log ("action", "Coloured Stone Bricks [colouredstonebricks] has loaded!")
|
||||
|
Reference in New Issue
Block a user