1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-07-04 23:50:21 +02:00

use message parts instead of concatenation

This commit is contained in:
nixnoxus
2022-04-23 10:53:41 +02:00
parent 3c30d1328f
commit 8c96dbe7fb
5 changed files with 8 additions and 10 deletions

View File

@ -572,7 +572,7 @@ function default.sapling_on_place(itemstack, placer, pointed_thing,
return itemstack
end
default.log_player_action(placer, "places node " .. sapling_name, pos)
default.log_player_action(placer, "places node", sapling_name, pos)
local take_item = not minetest.is_creative_enabled(player_name)
local newnode = {name = sapling_name}