Skip to content

Commit

Permalink
move log on cardboard box blacklist outside loop
Browse files Browse the repository at this point in the history
  • Loading branch information
temp1011 authored and thiakil committed Nov 29, 2018
1 parent e8bcebd commit 8debfe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/mekanism/common/BoxBlacklistParser.java
Expand Up @@ -88,8 +88,8 @@ private static void readBlacklist() throws IOException
MekanismAPI.addBoxBlacklist(block, Integer.parseInt(split[split.length-1]));
entries++;

Mekanism.logger.info("Finished loading Cardboard Box blacklist (loaded " + entries + " entries)");
}
Mekanism.logger.info("Finished loading Cardboard Box blacklist (loaded " + entries + " entries)");
}
}

Expand Down

0 comments on commit 8debfe6

Please sign in to comment.