how much edge?

This commit is contained in:
Lemon 2018-07-22 22:28:25 +05:00 committed by GitHub
parent e8eda42295
commit c7a24f91df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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