mirror of
https://github.com/minetest-mods/craftguide.git
synced 2024-11-26 04:23:44 +01:00
Fix tooltip 2
This commit is contained in:
parent
ce59bd35d4
commit
aa46556020
2
init.lua
2
init.lua
@ -819,7 +819,7 @@ local function is_fav(favs, query_item)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local function weird_desc(str)
|
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
|
end
|
||||||
|
|
||||||
local function toupper(str)
|
local function toupper(str)
|
||||||
|
Loading…
Reference in New Issue
Block a user