Small fix
This commit is contained in:
parent
1441efaa06
commit
015a1a11d1
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user