Update HidePrayersINDIVIDUALPlugin.java

mystic lore fix
This commit is contained in:
Kyleeld
2019-05-15 13:11:05 +01:00
committed by GitHub
parent 853e565ace
commit 9640b74027

View File

@@ -329,7 +329,7 @@ public class HidePrayersINDIVIDUALPlugin extends Plugin
prayerWidgets.get(Prayer.values()[11].ordinal()).setHidden(true); // Hawk Eye
}
if (config.HideProtectItem())
if (config.HideMYSTIC_LORE())
{
prayerWidgets.get(Prayer.values()[12].ordinal()).setHidden(true); // Mystic Lore
}
@@ -417,4 +417,4 @@ public class HidePrayersINDIVIDUALPlugin extends Plugin
}
}
}
}
}