fix
This commit is contained in:
@@ -167,8 +167,7 @@ end
|
|||||||
function LoadFont(a, b)
|
function LoadFont(a, b)
|
||||||
local sSection = b and a or ""
|
local sSection = b and a or ""
|
||||||
local sFile = b or a
|
local sFile = b or a
|
||||||
--if (sFile == "" and sSection == "") or (sFile == nil and sSection == nil) then
|
if sFile == "" or not sFile then
|
||||||
if not a and not b then
|
|
||||||
sSection = "Common"
|
sSection = "Common"
|
||||||
sFile = "normal"
|
sFile = "normal"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user