diff --git a/SabreTools.Helper/Objects/ZipFileEntry.cs b/SabreTools.Helper/Objects/ZipFileEntry.cs
index 73cabb9c..66448490 100644
--- a/SabreTools.Helper/Objects/ZipFileEntry.cs
+++ b/SabreTools.Helper/Objects/ZipFileEntry.cs
@@ -137,8 +137,8 @@ namespace SabreTools.Helper
///
/// Stream representing the entry
/// Internal filename to use
- /// True if the file should be set with TorrentZip defaults, false otherwise (default)
- public ZipFileEntry(Stream zipstream, string filename, bool torrentZip = false)
+ /// True if the file should be set with TorrentZip defaults (default), false otherwise
+ public ZipFileEntry(Stream zipstream, string filename, bool torrentZip = true)
{
_zip64 = false;
_zipstream = zipstream;