Merge pull request #1483 from deathbeam/another-slice-of-ham

Make condition for H.A.M. pickpockets lowercase
This commit is contained in:
Adam
2018-04-13 10:09:45 -04:00
committed by GitHub

View File

@@ -331,7 +331,7 @@ public class MenuEntrySwapperPlugin extends Plugin
if (option.equals("talk-to")) if (option.equals("talk-to"))
{ {
if (config.swapPickpocket() && target.contains("H.A.M.")) if (config.swapPickpocket() && target.contains("h.a.m."))
{ {
swap("pickpocket", option, target, true); swap("pickpocket", option, target, true);
} }