mirror of
https://github.com/sp-tarkov/assembly-tool.git
synced 2025-02-12 22:10:45 -05:00
Fix naming bug that resulted in things like ItemItem
This commit is contained in:
parent
06ada00039
commit
db98a23731
@ -477,6 +477,8 @@ 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