mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2025-03-02 04:01:26 +01:00
Fix a typo
This commit is contained in:
parent
798a069517
commit
39a06fc269
@ -2857,7 +2857,7 @@ public class DisguiseUtilities {
|
||||
}
|
||||
|
||||
if (!storedEnchantsComp.isEmpty() && storedEnchantsComp.getEnchantments().containsKey(null)) {
|
||||
enchantsComp.setEnchantments(new LinkedHashMap<>(enchantsComp.getEnchantments()));
|
||||
storedEnchantsComp.setEnchantments(new LinkedHashMap<>(enchantsComp.getEnchantments()));
|
||||
storedEnchantsComp.setEnchantmentLevel(null, 0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user