mirror of
https://github.com/sp-tarkov/assembly-tool.git
synced 2025-02-13 02:30:44 -05:00
Remove code that resulted in duplicate naming
This commit is contained in:
parent
b763071384
commit
185f8026bc
@ -476,8 +476,6 @@ public class ReCodeItRemapper
|
|||||||
|
|
||||||
Logger.Log($"Key: {type.Key} Type: {type.Value.Name} Associated to {template._name}", ConsoleColor.Green);
|
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
|
var remap = new RemapModel
|
||||||
{
|
{
|
||||||
OriginalTypeName = type.Value.Name,
|
OriginalTypeName = type.Value.Name,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user