Skip to content

Commit

Permalink
make mpq non-writable if opened in FORCE_V0 but no listfile exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Frotty committed Oct 8, 2018
1 parent 6f224e2 commit 9dd1975
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/systems/crigges/jmpq3/JMpqEditor.java
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ private void readListFile() {
}
} else {
log.warn("The mpq doesn't contain a listfile. It cannot be rebuild.");
canWrite = false;
}
}

Expand Down

0 comments on commit 9dd1975

Please sign in to comment.