Temporarily disable some things

This commit is contained in:
ZeroEpoch1969
2018-07-23 23:54:19 -07:00
parent cae068a151
commit ebb05fa6a6
8 changed files with 44 additions and 15 deletions

View File

@ -57,10 +57,10 @@ public class Admin implements ConfigLoadable, ConfigSavable, Validatable
private String acFormat = null;
@Getter
@Setter
private Boolean oldTags = null;
private Boolean oldTags = false;
@Getter
@Setter
private Boolean logStick = null;
private Boolean logStick = false;
public static final String CONFIG_FILENAME = "admins.yml";