Small fix

This commit is contained in:
fed 2023-04-28 00:27:23 +02:00
parent 1441efaa06
commit 015a1a11d1

View File

@ -290,7 +290,7 @@ namespace party
for (const auto& file : mod_files) for (const auto& file : mod_files)
{ {
const auto source_hash = info.get(file.name); const auto source_hash = info.get(file.name);
if (source_hash.empty() && !file.optional) if (source_hash.empty())
{ {
if (file.optional) if (file.optional)
{ {