mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(QLIE): don't query encyption for archives v3.1+.
This commit is contained in:
@@ -124,7 +124,7 @@ namespace GameRes.Formats.Qlie
|
|||||||
key_file = FindKeyFile (file);
|
key_file = FindKeyFile (file);
|
||||||
use_pack_keyfile = key_file != null;
|
use_pack_keyfile = key_file != null;
|
||||||
// currently, user is prompted to choose encryption scheme only if there's 'key.fkey' file found.
|
// currently, user is prompted to choose encryption scheme only if there's 'key.fkey' file found.
|
||||||
if (use_pack_keyfile)
|
if (use_pack_keyfile && pack_version.Minor == 0)
|
||||||
arc_key = QueryEncryption (file);
|
arc_key = QueryEncryption (file);
|
||||||
// use_pack_keyfile = null != arc_key;
|
// use_pack_keyfile = null != arc_key;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user