Update MenuEntrySwapperPlugin.java

This commit is contained in:
Kyle
2020-01-27 01:57:20 +00:00
committed by GitHub
parent 25a2bf581a
commit 9fc3f9f60b

View File

@@ -368,7 +368,7 @@ public class MenuEntrySwapperPlugin extends Plugin
private boolean swapWildernessLever; private boolean swapWildernessLever;
private boolean swapJewelleryBox; private boolean swapJewelleryBox;
private boolean getSwapOffer; private boolean getSwapOffer;
private boolean hotKeyLoot; private boolean hotKeyLoot;
private boolean hotKeyWalk; private boolean hotKeyWalk;
private final HotkeyListener hotkey = new HotkeyListener(() -> this.hotkeyMod) private final HotkeyListener hotkey = new HotkeyListener(() -> this.hotkeyMod)
{ {