Set enableAutoOwnershipTransfer to false

This commit is contained in:
Florian CUNY 2019-01-03 20:26:26 +01:00
parent 81435c57f5
commit d2f10d883d

View File

@ -145,7 +145,7 @@ public class Settings implements DataObject {
@ConfigComment("and who's been part of the island the longest time.")
@ConfigComment("Setting this to 'false' will disable the feature.")
@ConfigEntry(path = "island.automated-ownership-transfer.enable", hidden = true)
private boolean enableAutoOwnershipTransfer = true;
private boolean enableAutoOwnershipTransfer = false;
@ConfigComment("Time in days since the island owner's last disconnection before they are considered inactive.")
@ConfigEntry(path = "island.automated-ownership-transfer.inactivity-threshold", hidden = true)