Disable server CUI by default.

This commit is contained in:
Matthew Miller 2018-08-19 13:46:24 +10:00
parent a354267e85
commit 0f8cc99c35

View File

@ -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.