Update EasyscapePlugin.java

This commit is contained in:
Kyleeld
2019-05-20 00:45:43 +01:00
committed by GitHub
parent 6e49cf410e
commit 66394cc708

View File

@@ -390,7 +390,7 @@ public class EasyscapePlugin extends Plugin
swap(client, config.getDuelingRingMode().toString(), option, target);
}
if (config.getGlory() && target.contains("amulet of glory") || target.contains("amulet of eternal glory")))
if (config.getGlory() && target.contains("amulet of glory") || target.contains("amulet of eternal glory"))
{
swap(client, config.getGloryMode().toString(), option, target);
}