chattranslation: Final field

This commit is contained in:
sdburns1998
2019-07-07 04:46:11 +02:00
parent a0b3c63af2
commit 6d3a393cab

View File

@@ -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 List<String> playerNames = new ArrayList<>();
private final List<String> playerNames = new ArrayList<>();
@Inject
private Client client;