mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-12 07:48:16 -05:00
Remove reference asset names from info strings
This commit is contained in:
@ -1481,7 +1481,7 @@ namespace T6
|
||||
.iOffset);
|
||||
|
||||
if (camo)
|
||||
m_info_string.SetValueForKey(std::string(field.szName), std::string(camo->name));
|
||||
m_info_string.SetValueForKey(std::string(field.szName), std::string(AssetName(camo->name)));
|
||||
else
|
||||
m_info_string.SetValueForKey(std::string(field.szName), "");
|
||||
break;
|
||||
|
Reference in New Issue
Block a user