1
0
mirror of https://github.com/minetest-mods/craftguide.git synced 2025-06-15 16:00:26 +02:00

Fix tooltip 2

This commit is contained in:
Jean-Patrick Guerrero 2020-08-31 22:46:30 +02:00
parent ce59bd35d4
commit aa46556020

@ -819,7 +819,7 @@ local function is_fav(favs, query_item)
end
local function weird_desc(str)
return not true_str(str) or find(str, "[\\]*") or not find(str, "%u")
return not true_str(str) or find(str, "\n") or not find(str, "%u")
end
local function toupper(str)