For 1H pickaxes

This commit is contained in:
GMatrixGames 2020-11-03 15:20:47 -05:00 committed by GitHub
parent 293a6e4137
commit b10dfcc2a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ namespace FModel.Creator
}
string exportType;
{
if (exportTypes.Length > index && (exportTypes[index].String == "BlueprintGeneratedClass" || exportTypes[index].String == "FortWeaponAdditionalData_AudioVisualizerData"))
if (exportTypes.Length > index && (exportTypes[index].String == "BlueprintGeneratedClass" || exportTypes[index].String == "FortWeaponAdditionalData_AudioVisualizerData" || exportTypes[index].String == "FortWeaponAdditionalData_SingleWieldState"))
index++;
exportType = exportTypes.Length > index ? exportTypes[index].String : string.Empty;