It's getting confused with that macro (#19521)

This commit is contained in:
Vi3trice
2022-10-30 15:51:08 +00:00
committed by GitHub
parent 7c303ea545
commit b12c751d48
+3
View File
@@ -105,6 +105,9 @@ Notes:
theme = lowertext(user.client.prefs.UI_style)
if(!theme)
theme = "default"
// Strip macros from item names
title = replacetext(title, "\proper", "")
title = replacetext(title, "\improper", "")
user.client.tooltips.show(tip_src, params, title, content, theme)