diff --git a/src/ZoneCommon/Pool/XAssetInfo.cpp b/src/ZoneCommon/Pool/XAssetInfo.cpp index 7ed5213e..a4e4402a 100644 --- a/src/ZoneCommon/Pool/XAssetInfo.cpp +++ b/src/ZoneCommon/Pool/XAssetInfo.cpp @@ -108,6 +108,7 @@ std::string XAssetInfoGeneric::NormalizeAssetName(std::string input) utils::MakeStringLowerCase(input); std::ranges::replace(input, '\\', '/'); + utils::StringTrim(input); return input; }