mirror of
https://github.com/songoda/UltimateModeration.git
synced 2024-11-22 10:15:55 +01:00
Cleaned up GUI's.
This commit is contained in:
parent
9bb8033ba8
commit
a040bf26a9
@ -13,7 +13,7 @@ import java.util.ArrayList;
|
||||
public class TemplateSelectorGui extends Gui {
|
||||
|
||||
private final UltimateModeration plugin;
|
||||
private PunishGui punish;
|
||||
private final PunishGui punish;
|
||||
|
||||
public TemplateSelectorGui(UltimateModeration plugin, PunishGui punish, Player player) {
|
||||
super(6);
|
||||
|
@ -25,7 +25,7 @@ import java.util.stream.Collectors;
|
||||
public class TicketGui extends Gui {
|
||||
|
||||
private final UltimateModeration plugin;
|
||||
private StaffChatManager chatManager = UltimateModeration.getInstance().getStaffChatManager();
|
||||
private final StaffChatManager chatManager = UltimateModeration.getInstance().getStaffChatManager();
|
||||
|
||||
private final Ticket ticket;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user