From 5c2179e817cb848679e037dee15a35a11d3ded41 Mon Sep 17 00:00:00 2001 From: fed <58637860+fedddddd@users.noreply.github.com> Date: Sat, 28 Jan 2023 12:47:12 +0100 Subject: [PATCH] Small fix --- src/client/component/party.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/component/party.cpp b/src/client/component/party.cpp index e5184bb4..ce871909 100644 --- a/src/client/component/party.cpp +++ b/src/client/component/party.cpp @@ -57,7 +57,7 @@ namespace party std::vector mod_files = { {".ff", "modHash", false}, - {"_pre_gfx.ff", "modpregfxhash", false}, + {"_pre_gfx.ff", "modpregfxhash", true}, {".pak", "modpakhash", true}, };