Fixed message
This commit is contained in:
parent
2d8c92d946
commit
698ecefba4
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ public abstract class Config {
|
|||
|
||||
protected Config(String modID, String group, boolean autoSync, boolean diffContent) {
|
||||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue