Fix net and harpoon swap for all fishing spots

This commit is contained in:
XrioBtw
2018-03-21 01:41:25 +01:00
committed by Adam
parent 0041927689
commit 125a527e37

View File

@@ -103,7 +103,7 @@ public class MenuEntrySwapperPlugin extends Plugin
{
swap("harpoon", option, target, true);
}
else if (config.swapHarpoon() && option.equals("big net"))
else if (config.swapHarpoon() && (option.equals("big net") || option.equals("net")))
{
swap("harpoon", option, target, true);
}