Update EasyscapePlugin.java

This commit is contained in:
Kyleeld
2019-05-17 01:28:14 +01:00
committed by GitHub
parent 373475288d
commit f8ee0c6775

View File

@@ -301,7 +301,7 @@ public class EasyscapePlugin extends Plugin {
}
if (config.getGlory()) {
if (target.toLowerCase().contains("amulet of glory")) {
if (target.toLowerCase().contains("amulet of glory") || target.toLowerCase().contains("amulet of eternal glory")) {
switch (config.getGloryMode()) {
case EDGEVILLE:
swap(client, GloryMode.EDGEVILLE.toString(), option, target);