fix: defer UnitClass + guard InterfaceOptions for CoA; port Textures/*.tga to BLP (raw3)
release / release (push) Successful in 3s
release / release (push) Successful in 3s
This commit is contained in:
+4
-1
@@ -1801,8 +1801,11 @@ function PawnInterfaceOptionsFrame_OnLoad()
|
||||
-- NOTE: If you need anything from PawnCommon in the future, you should call PawnInitializeOptions first.
|
||||
|
||||
-- Register the Interface Options page.
|
||||
-- CoA/3.3.5a: InterfaceOptions_AddCategory is a retail-only global; guard it.
|
||||
PawnInterfaceOptionsFrame.name = "Pawn"
|
||||
InterfaceOptions_AddCategory(PawnInterfaceOptionsFrame)
|
||||
if InterfaceOptions_AddCategory then
|
||||
InterfaceOptions_AddCategory(PawnInterfaceOptionsFrame)
|
||||
end
|
||||
-- Update the version display.
|
||||
local Version = GetAddOnMetadata("Pawn", "Version")
|
||||
if Version then
|
||||
|
||||
Reference in New Issue
Block a user