ref luacheck whitespace 2nd run

This commit is contained in:
Zweihorn 2019-05-13 23:54:52 +02:00 committed by Yves Quemener
parent cc3664cc82
commit 4e12030bab
2 changed files with 4 additions and 2 deletions

View File

@ -569,7 +569,9 @@ function default.sapling_on_place(itemstack, placer, pointed_thing,
-- minetest.chat_send_player(player_name, -- minetest.chat_send_player(player_name,
-- itemstack:get_definition().description .. " will intersect protection " .. -- itemstack:get_definition().description .. " will intersect protection " ..
-- "on growth") -- "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 return itemstack
end end

View File

@ -3,7 +3,7 @@
dye = {} dye = {}
-- Load support for MT game translation. -- Load support for MT game translation.
local S = minetest.get_translator() local S = minetest.get_translator()
-- Make dye names and descriptions available globally -- Make dye names and descriptions available globally