0
0
mirror of https://github.com/sp-tarkov/assembly-tool.git synced 2025-02-12 16:50:44 -05:00

Remove code that resulted in duplicate naming

This commit is contained in:
Cj 2024-12-29 13:50:07 -05:00
parent b763071384
commit 185f8026bc

View File

@ -476,8 +476,6 @@ 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,