Skip to content

Commit

Permalink
Rename variable
Browse files Browse the repository at this point in the history
  • Loading branch information
maddie480 authored Sep 18, 2024
1 parent fa68360 commit ed43a88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ private void checkLoennFilesDatabase(String mod, Path modFolder, String version)

// extract the en_gb.lang file
try (ZipFile zipFile = ZipFileWithAutoEncoding.open(zipFilePath.toAbsolutePath().toString())) {
checkZipSignature(file);
checkZipSignature(zipFilePath);

for (String file : fileList) {
if (file.startsWith("Loenn/") && file.endsWith(".lua")) {
Expand Down

0 comments on commit ed43a88

Please sign in to comment.