mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Disable server CUI by default.
This commit is contained in:
@ -96,7 +96,7 @@ public class LocalSession {
|
||||
// Saved properties
|
||||
private String lastScript;
|
||||
private RegionSelectorType defaultSelector;
|
||||
private boolean useServerCUI = true; // Save this to not annoy players.
|
||||
private boolean useServerCUI = false; // Save this to not annoy players.
|
||||
|
||||
/**
|
||||
* Construct the object.
|
||||
|
Reference in New Issue
Block a user