Skip to content

Commit

Permalink
Set default compression to false
Browse files Browse the repository at this point in the history
  • Loading branch information
KiritoDv committed Jun 1, 2024
1 parent 7dc294b commit aa8f68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/arc/arc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class Arc {
}
}

void addFile(String path, Uint8List data, { bool compress = true }) {
void addFile(String path, Uint8List data, { bool compress = false }) {
if(handle is MPQArchive) {
return _addMPQFile(path, data, compress);
} else {
Expand Down

0 comments on commit aa8f68a

Please sign in to comment.