diff --git a/Themes/_fallback/Scripts/02 ActorDef.lua b/Themes/_fallback/Scripts/02 ActorDef.lua index aa0b7ca996..32fa7062a9 100644 --- a/Themes/_fallback/Scripts/02 ActorDef.lua +++ b/Themes/_fallback/Scripts/02 ActorDef.lua @@ -167,8 +167,7 @@ end function LoadFont(a, b) local sSection = b and a or "" local sFile = b or a - --if (sFile == "" and sSection == "") or (sFile == nil and sSection == nil) then - if not a and not b then + if sFile == "" or not sFile then sSection = "Common" sFile = "normal" end