Fixed message

This commit is contained in:
Frank 2021-08-19 16:39:37 +02:00
parent 2d8c92d946
commit 698ecefba4

View file

@ -34,7 +34,7 @@ public abstract class Config {
protected Config(String modID, String group, boolean autoSync, boolean diffContent) { protected Config(String modID, String group, boolean autoSync, boolean diffContent) {
if (autoSync) { if (autoSync) {
BCLib.LOGGER.info("Config " + modID + "." + group + " to auto sync (contentDiff = " + diffContent + ")"); BCLib.LOGGER.info("Added Config " + modID + "." + group + " to auto sync (contentDiff = " + diffContent + ")");
} }
this.keeper = new ConfigKeeper(modID, group); this.keeper = new ConfigKeeper(modID, group);