0
0
mirror of https://github.com/sp-tarkov/assembly-tool.git synced 2025-02-12 17:30:43 -05:00

Fix naming bug that resulted in things like ItemItem

This commit is contained in:
Cj 2024-11-06 15:47:16 -05:00
parent 06ada00039
commit db98a23731

View File

@ -477,6 +477,8 @@ public class ReCodeItRemapper
Logger.Log($"Key: {type.Key} Type: {type.Value.Name} Associated to {template._name}", ConsoleColor.Green);
if (template._name.EndsWith("Item") && extName == "ItemClass") extName = "Class";
var remap = new RemapModel
{
OriginalTypeName = type.Value.Name,