Small fix

This commit is contained in:
fed 2023-01-28 12:47:12 +01:00
parent fa0e87e30d
commit 5c2179e817

View File

@ -57,7 +57,7 @@ namespace party
std::vector<usermap_file> mod_files =
{
{".ff", "modHash", false},
{"_pre_gfx.ff", "modpregfxhash", false},
{"_pre_gfx.ff", "modpregfxhash", true},
{".pak", "modpakhash", true},
};