mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-09 03:21:21 +01:00
Fixed a typo in conflicts that caused a NPE
When running /enchantinfo IceLord, you could get [Server] INFO Caused by: java.lang.NullPointerException: Cannot invoke "org.bukkit.enchantments.Enchantment.getKey()" because "enchantment1" is null [Server] INFO at com.willfp.ecoenchants.command.CommandEnchantinfo.lambda$getHandler$3(CommandEnchantinfo.java:94) ~[EcoEnchants v8.9.5.jar:?]
This commit is contained in:
parent
9e9d593eb6
commit
695d7065ad
@ -26,7 +26,7 @@ general-config:
|
|||||||
list: []
|
list: []
|
||||||
not-met-lore: []
|
not-met-lore: []
|
||||||
conflicts:
|
conflicts:
|
||||||
- altitide
|
- altitude
|
||||||
- aquamarine
|
- aquamarine
|
||||||
- dehydration
|
- dehydration
|
||||||
- rainforest
|
- rainforest
|
||||||
|
Loading…
Reference in New Issue
Block a user