Doing what I should have done a long time ago.

This commit is contained in:
Kyzentun Keeslala
2015-07-09 13:18:51 -06:00
parent f6d369372f
commit d2090081a1
9 changed files with 27 additions and 8 deletions
+2 -1
View File
@@ -144,7 +144,8 @@ local log_display_mt= {
end
end,
[name_mess]= function(subself, mess)
if PREFSMAN:GetPreference("IgnoredDialogs") ~= "" then
if not PREFSMAN:GetPreference("ShowThemeErrors")
and self.name == "ScriptError" then
subself:visible(false)
return
end