Default per player schematics to false

This commit is contained in:
dordsor21
2021-09-26 22:07:25 +01:00
parent 5940ebbccc
commit e6675f1656

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;
}