More bug fixes

This commit is contained in:
Tercio Jose
2022-10-12 18:37:00 -03:00
parent 69899679e7
commit 6243a32740
90 changed files with 5200 additions and 5212 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ function panel:Open (text, callback, host, default)
panel:SetPoint("center", host, "center")
end
text = text:gsub ("||", "|")
text = text:gsub("||", "|")
panel.default_text = text
panel.editbox:SetText(text)
panel.callback = callback