mirror of
https://github.com/4sval/FModel.git
synced 2026-09-21 16:04:39 -05:00
Fix some weapon assets
Fix item defs that have FortWeaponAdditionalData_AudioVisualizerData before the actual definition in the exports
This commit is contained in:
@@ -35,7 +35,7 @@ namespace FModel.Creator
|
||||
}
|
||||
string exportType;
|
||||
{
|
||||
if (exportTypes.Length > index && exportTypes[index].String == "BlueprintGeneratedClass")
|
||||
if (exportTypes.Length > index && (exportTypes[index].String == "BlueprintGeneratedClass" || exportTypes[index].String == "FortWeaponAdditionalData_AudioVisualizerData"))
|
||||
index++;
|
||||
|
||||
exportType = exportTypes.Length > index ? exportTypes[index].String : string.Empty;
|
||||
@@ -491,4 +491,4 @@ namespace FModel.Creator
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user