Dont always load eng patch

This commit is contained in:
Federico Cecchetto 2022-08-26 04:08:51 +02:00
parent de250a18ad
commit 995efde352

View File

@ -333,8 +333,7 @@ namespace fastfiles
{ {
add_custom_level_load_zone(load, lang_name.data(), false, size_est); add_custom_level_load_zone(load, lang_name.data(), false, size_est);
} }
else if (fastfiles::exists(eng_name))
if (eng_name != lang_name && fastfiles::exists(eng_name))
{ {
add_custom_level_load_zone(load, eng_name.data(), false, size_est); add_custom_level_load_zone(load, eng_name.data(), false, size_est);
} }