[Help] Only one weapons.meta being loaded despite multiple in fxmanifest

Hello, when I try to stream more than one weapons.meta, like this:

files {
‘weapons_assaultrifle_mk2.meta’,
‘weapons_pistol_mk2.meta’,
}

data_file ‘WEAPONINFO_FILE_PATCH’ ‘weapons_assaultrifle_mk2.meta’
data_file ‘WEAPONINFO_FILE_PATCH’ ‘weapons_pistol_mk2.meta’

Only the weapons_assaultrifle_mk2.meta will get loaded. Does anyone know why this is and knows a fix for it?

nvm, solved it other way