mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-29 18:16:27 -04:00
ref luacheck whitespace 2nd run
This commit is contained in:
parent
cc3664cc82
commit
4e12030bab
2 changed files with 4 additions and 2 deletions
|
@ -569,7 +569,9 @@ function default.sapling_on_place(itemstack, placer, pointed_thing,
|
|||
-- minetest.chat_send_player(player_name,
|
||||
-- itemstack:get_definition().description .. " will intersect protection " ..
|
||||
-- "on growth")
|
||||
minetest.chat_send_player(player_name, S("@1 will intersect protection on growth.", itemstack:get_definition().description))
|
||||
minetest.chat_send_player(player_name,
|
||||
S("@1 will intersect protection on growth.",
|
||||
itemstack:get_definition().description))
|
||||
return itemstack
|
||||
end
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
dye = {}
|
||||
|
||||
-- Load support for MT game translation.
|
||||
local S = minetest.get_translator()
|
||||
local S = minetest.get_translator()
|
||||
|
||||
-- Make dye names and descriptions available globally
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue