Skip to content

Commit

Permalink
Remove accidental .. in log message
Browse files Browse the repository at this point in the history
Co-authored-by: sfan5 <[email protected]>
  • Loading branch information
appgurueu and sfan5 authored Sep 12, 2023
1 parent 63e3b98 commit 74bc5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/default/trees.lua
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ function default.grow_sapling(pos)
local sapling_def = default.sapling_growth_defs[node.name]

if not sapling_def then
minetest.log("warning", "default.grow_sapling called on undefined sapling .. " .. node.name)
minetest.log("warning", "default.grow_sapling called on undefined sapling " .. node.name)
return
end

Expand Down

0 comments on commit 74bc5a3

Please sign in to comment.