Lokrates / Biofuel

A Minetest-Mod to produce biofuel from unused plants.
Other
5 stars 9 forks source link

unwanted linebreak in refinery.lua line 393 and 400, minetest.log #13

Closed Festus1965 closed 2 years ago

Festus1965 commented 3 years ago

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 ...

Lokrates commented 3 years ago

Apparently a bug in the translation function. I have now deleted the translation for the log function. That should look better now.

Lokrates commented 2 years ago

Should be fixed with version 0.7.