Code cleanup (#221)

* Update HidePrayersPVMConfig.java

-Changed description for Zulrah prayers

* Update HidePrayersPVMConfig.java
This commit is contained in:
Jonathan
2019-05-11 00:18:29 -06:00
committed by Kyleeld
parent 3a8142c379
commit 4b570df21f

View File

@@ -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;
} }
}
}