mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Default per player schematics to false
This commit is contained in:
parent
5940ebbccc
commit
e6675f1656
@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user