mirror of
https://github.com/songoda/UltimateModeration.git
synced 2024-11-22 18:26:10 +01:00
Resolved ban time thing.
This commit is contained in:
parent
ec269e6bd3
commit
71e10f8c24
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user