mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-27 08:44:03 +00:00
Revert upstream change
This commit is contained in:
@@ -81,7 +81,7 @@ public class PropertiesConfiguration extends LocalConfiguration {
|
|||||||
profile = getBool("profile", profile);
|
profile = getBool("profile", profile);
|
||||||
|
|
||||||
disallowedBlocks =
|
disallowedBlocks =
|
||||||
new HashSet<>(getStringSet("limits.disallowed-blocks", defaultDisallowedBlocks));
|
new HashSet<>(getStringSet("limits.disallowed-blocks", getDefaultDisallowedBlocks()));
|
||||||
allowedDataCycleBlocks =
|
allowedDataCycleBlocks =
|
||||||
new HashSet<>(getStringSet("limits.allowed-data-cycle-blocks", null));
|
new HashSet<>(getStringSet("limits.allowed-data-cycle-blocks", null));
|
||||||
defaultChangeLimit = getInt("default-max-changed-blocks", defaultChangeLimit);
|
defaultChangeLimit = getInt("default-max-changed-blocks", defaultChangeLimit);
|
||||||
|
Reference in New Issue
Block a user