Should fix FS-143

This commit is contained in:
Paldiu
2021-03-19 08:58:29 -05:00
parent efac65bc76
commit 2a87271642
3 changed files with 34 additions and 63 deletions

View File

@ -25,17 +25,9 @@ public class Admin
private boolean active = true;
private Rank rank = Rank.ADMIN;
private Date lastLogin = new Date();
private Boolean commandSpy = false;
private Boolean potionSpy = false;
private String acFormat = null;
private String pteroID = null;
public Admin(Player player)