mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-25 14:46:46 +01:00
fix NPE for ChimaeraWing
This commit is contained in:
parent
a344e43e2e
commit
bdbda5587f
@ -751,7 +751,7 @@ public class MainConfig extends ConfigValidated {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public Material getChimaeraItem() {
|
public Material getChimaeraItem() {
|
||||||
return Material.matchMaterial(getStringValue(ITEMS, CHIMAERA_WING, ITEM + NAME, FEATHER));
|
return Material.matchMaterial(getStringValue(ITEMS, CHIMAERA_WING, ITEM + NAME));
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean getChimaeraEnabled() {
|
public boolean getChimaeraEnabled() {
|
||||||
|
Loading…
Reference in New Issue
Block a user