Fixed infotext

master
Ginger88895 2015-10-11 04:29:44 +00:00
parent 7e13cf6543
commit 21d3832292
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ function UpdateSensorAll(pos, search_item)
if found > 0 then
info_text = ("Found " .. search_item .. " @ Distance " .. tostring(dist))
else
info_text = (search_item .. "is not found nearby")
info_text = (search_item .. " is not found nearby")
end
local newmeta = minetest.get_meta(pos)