fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user