chattranslation: Final field
This commit is contained in:
@@ -50,7 +50,7 @@ public class ChatTranslationPlugin extends Plugin implements KeyListener
|
|||||||
|
|
||||||
private static final ImmutableList<String> AFTER_OPTIONS = ImmutableList.of("Message", "Add ignore", "Remove friend", "Kick");
|
private static final ImmutableList<String> AFTER_OPTIONS = ImmutableList.of("Message", "Add ignore", "Remove friend", "Kick");
|
||||||
|
|
||||||
private List<String> playerNames = new ArrayList<>();
|
private final List<String> playerNames = new ArrayList<>();
|
||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
private Client client;
|
private Client client;
|
||||||
|
|||||||
Reference in New Issue
Block a user