Resolved ban time thing.

This commit is contained in:
Brianna O'Keefe 2019-03-08 21:53:38 -05:00
parent ec269e6bd3
commit 71e10f8c24
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ public class GUIPunish extends AbstractGUI {
private boolean justSaved = false;
private PunishmentType type = PunishmentType.BAN;
private long duration = Long.MAX_VALUE;
private long duration = -1;
private String reason = null;
private String templateName = null;