diff --git a/r5dev/vpklib/packedstore.cpp b/r5dev/vpklib/packedstore.cpp index b6f79b13..3b0b32c5 100644 --- a/r5dev/vpklib/packedstore.cpp +++ b/r5dev/vpklib/packedstore.cpp @@ -120,8 +120,9 @@ static bool ShouldPrune(const CUtlString& filePath, CUtlVector& igno { const char* pFilePath = filePath.Get(); - if (!V_IsValidPath(pFilePath)) + if (!VALID_CHARSTAR(pFilePath)) { + Warning(eDLL_T::FS, "File in build manifest has no name\n", pFilePath); return true; }