configSourceMod, configSourceModList and configSourceAddonList commands doesn't work when all properties are inherited and none are defined. Commands return empty array or empty string.
example broken config:
cfgWeapons {
class Rifle ; class example_rifle : Rifle { } // doesn't work class example_rifle_2 : Rifle { scope = 1; } // works
}