mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-08 23:35:27 +02:00
fix NPE for ChimaeraWing
This commit is contained in:
@@ -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() {
|
||||||
|
Reference in New Issue
Block a user