Fixes merge problems
All checks were successful
EpicKnarvik97/Blacksmith/pipeline/head This commit looks good
All checks were successful
EpicKnarvik97/Blacksmith/pipeline/head This commit looks good
This commit is contained in:
@@ -59,6 +59,8 @@ public class ReforgeSession extends Session implements Runnable {
|
||||
|
||||
enchantments = new ArrayList<>();
|
||||
for (Enchantment enchantment : enchantmentRegistry) {
|
||||
// Note: While depreciated in Spigot, the new method is not available for Paper
|
||||
//noinspection deprecation
|
||||
enchantments.add(enchantment.getKey().getKey());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user