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:
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);
|
||||
|
||||
if (template._name.EndsWith("Item") && extName == "ItemClass") extName = "Class";
|
||||
|
||||
var remap = new RemapModel
|
||||
{
|
||||
OriginalTypeName = type.Value.Name,
|
||||
|
Loading…
x
Reference in New Issue
Block a user