runeliteplus: Final field

This commit is contained in:
sdburns1998
2019-07-07 18:31:49 +02:00
parent 76e55ee7ca
commit 6108e3a636

View File

@@ -109,7 +109,7 @@ public class RuneLitePlusPlugin extends Plugin
@Inject @Inject
private ClientThread clientThread; private ClientThread clientThread;
private RuneLitePlusKeyListener keyListener = new RuneLitePlusKeyListener(); private final RuneLitePlusKeyListener keyListener = new RuneLitePlusKeyListener();
private int entered = -1; private int entered = -1;
private int enterIdx; private int enterIdx;
private boolean expectInput; private boolean expectInput;