Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Frotty committed Aug 1, 2017
1 parent 89f71f5 commit 9939268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/systems/crigges/jmpq3/JMpqEditor.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public class JMpqEditor implements AutoCloseable {
// BuildData
private ArrayList<ByteBuffer> filesToAdd = new ArrayList<>();
/** The keep header offset. */
private boolean keepHeaderOffset = false;
private boolean keepHeaderOffset = true;
/** The new header size. */
private int newHeaderSize;
/** The new archive size. */
Expand Down

0 comments on commit 9939268

Please sign in to comment.