Config fix

This commit is contained in:
paulevsGitch 2021-01-12 11:16:20 +03:00
parent 30bde849f8
commit a2d7a5f7c8
2 changed files with 3 additions and 4 deletions

View file

@ -56,7 +56,7 @@ public final class ConfigKeeper {
String paramKey = key.getEntry();
paramKey += " [default: " + entry.getDefault() + "]";
this.changed = entry.setLocation(obj, paramKey);
this.changed |= entry.setLocation(obj, paramKey);
}
private <T, E extends Entry<T>> void storeValue(E entry, T value) {