Merge pull request #1483 from deathbeam/another-slice-of-ham
Make condition for H.A.M. pickpockets lowercase
This commit is contained in:
@@ -331,7 +331,7 @@ public class MenuEntrySwapperPlugin extends Plugin
|
||||
|
||||
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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user