Default per player schematics to false

This commit is contained in:
dordsor21 2021-09-26 22:07:25 +01:00
parent 5940ebbccc
commit e6675f1656
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B

View File

@ -102,7 +102,7 @@ public class Settings extends Config {
})
public String CLIPBOARD = "clipboard";
@Comment("Each player has his or her own sub directory for schematics")
public boolean PER_PLAYER_SCHEMATICS = true;
public boolean PER_PLAYER_SCHEMATICS = false;
}