diff --git a/lib/arc/arc.dart b/lib/arc/arc.dart index d339044..72dab16 100644 --- a/lib/arc/arc.dart +++ b/lib/arc/arc.dart @@ -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 {