mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 10:14:43 +02:00
fix NPE for ChimaeraWing
This commit is contained in:
@ -751,7 +751,7 @@ public class MainConfig extends ConfigValidated {
|
||||
}
|
||||
|
||||
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() {
|
||||
|
Reference in New Issue
Block a user