discord: Final fields
This commit is contained in:
@@ -110,7 +110,7 @@ public class DiscordPlugin extends Plugin
|
||||
@Inject
|
||||
private WSClient wsClient;
|
||||
|
||||
private Map<Skill, Integer> skillExp = new HashMap<>();
|
||||
private final Map<Skill, Integer> skillExp = new HashMap<>();
|
||||
private NavigationButton discordButton;
|
||||
private boolean loginFlag;
|
||||
|
||||
|
||||
@@ -57,7 +57,7 @@ class DiscordState
|
||||
private final List<EventWithTime> events = new ArrayList<>();
|
||||
private final DiscordService discordService;
|
||||
private final DiscordPlugin plugin;
|
||||
private PartyService party;
|
||||
private final PartyService party;
|
||||
private final RuneLiteProperties properties;
|
||||
private DiscordPresence lastPresence;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user