Code cleanup (#221)
* Update HidePrayersPVMConfig.java -Changed description for Zulrah prayers * Update HidePrayersPVMConfig.java
This commit is contained in:
@@ -63,7 +63,7 @@ public interface HidePrayersPVMConfig extends Config
|
|||||||
position = 2,
|
position = 2,
|
||||||
keyName = "zulrahcheap",
|
keyName = "zulrahcheap",
|
||||||
name = "Zulrah Eagle Eye/Mystic Might",
|
name = "Zulrah Eagle Eye/Mystic Might",
|
||||||
description = "Hide/Show Eagle Eye/Mystic Might for Zulrah"
|
description = "Show prayers for Zulrah"
|
||||||
)
|
)
|
||||||
default boolean showZulrahCheap()
|
default boolean showZulrahCheap()
|
||||||
{
|
{
|
||||||
@@ -75,11 +75,10 @@ public interface HidePrayersPVMConfig extends Config
|
|||||||
position = 3,
|
position = 3,
|
||||||
keyName = "zulrahexpensive",
|
keyName = "zulrahexpensive",
|
||||||
name = "Zulrah Augury/Rigour",
|
name = "Zulrah Augury/Rigour",
|
||||||
description = "Shows prayers needed for Zulrah"
|
description = "Shows prayers for Zulrah"
|
||||||
)
|
)
|
||||||
default boolean showZulrahExpensive()
|
default boolean showZulrahExpensive()
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user