Fix circular saw infotext message on initial placement

The concatenation operator was mistakenly written as `.`
instead of `..`.
This commit is contained in:
Hugo Locurcio 2019-03-20 21:38:28 +01:00
parent 0fea5ee25a
commit 1d054ec431
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C
1 changed files with 2 additions and 6 deletions

View File

@ -140,9 +140,7 @@ function circular_saw:reset(pos)
inv:set_list("output", {})
meta:set_int("anz", 0)
meta:set_string("infotext",
S("Circular Saw is empty") .. owned_by
)
meta:set_string("infotext", S("Circular Saw is empty") .. owned_by)
end
@ -452,9 +450,7 @@ minetest.register_node("moreblocks:circular_saw", {
end
meta:set_string("owner", owner)
meta:set_string("infotext",
S("Circular Saw is empty") . owned_by
)
meta:set_string("infotext", S("Circular Saw is empty") .. owned_by)
end,
-- The amount of items offered per shape can be configured: