Revert upstream change

Dieser Commit ist enthalten in:
NotMyFault 2019-03-26 21:00:28 +01:00
Ursprung 8124d3b3c5
Commit 464719c02a

Datei anzeigen

@ -81,7 +81,7 @@ public class PropertiesConfiguration extends LocalConfiguration {
profile = getBool("profile", profile);
disallowedBlocks =
new HashSet<>(getStringSet("limits.disallowed-blocks", defaultDisallowedBlocks));
new HashSet<>(getStringSet("limits.disallowed-blocks", getDefaultDisallowedBlocks()));
allowedDataCycleBlocks =
new HashSet<>(getStringSet("limits.allowed-data-cycle-blocks", null));
defaultChangeLimit = getInt("default-max-changed-blocks", defaultChangeLimit);