unwanted line break to minetest.log
in refinery.lua line 393
minetest.log('action', player:get_player_name() .. S(" moves stuff to refinery at ") .. minetest.pos_to_string(pos))
and line 400
minetest.log('action', player:get_player_name() .. S(" takes stuff from refinery at ") .. minetest.pos_to_string(pos))
output
2021-05-06 12:44:08: ACTION[Server]: Thorviss(T@biofuel) takes stuff from refinery at (17640,-9,23806)
and I don't see how to avoid it.
Is not so nice when the coordinates are in the next line without need.
Also not nice sign/item after player ...
unwanted line break to minetest.log in refinery.lua line 393 minetest.log('action', player:get_player_name() .. S(" moves stuff to refinery at ") .. minetest.pos_to_string(pos)) and line 400 minetest.log('action', player:get_player_name() .. S(" takes stuff from refinery at ") .. minetest.pos_to_string(pos))
output
2021-05-06 12:44:08: ACTION[Server]: Thorviss(T@biofuel) takes stuff from refinery at (17640,-9,23806)
and I don't see how to avoid it. Is not so nice when the coordinates are in the next line without need. Also not nice sign/item after player ...