mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-08-11 04:05:33 -05:00
Check in fix for non-compressed files.
This commit is contained in:
@@ -295,7 +295,7 @@ class IFS:
|
||||
lz77 = Lz77()
|
||||
filedata = lz77.decompress(filedata[8:])
|
||||
else:
|
||||
raise Exception('Unrecognized compression!')
|
||||
filedata = filedata[8:] + filedata[0:8]
|
||||
|
||||
if self.__decode_binxml and os.path.splitext(filename)[1] == '.xml':
|
||||
benc = BinaryEncoding()
|
||||
|
||||
Reference in New Issue
Block a user