forked from MagicBane/Server
Bugfix: suffix was set as prefix.
This commit is contained in:
@@ -263,7 +263,7 @@ public enum LootManager {
|
||||
|
||||
if (suffixMod.action.length() > 0) {
|
||||
inItem.setSuffix(suffixMod.action);
|
||||
inItem.addPermanentEnchantment(suffixMod.action, 0, suffixMod.level, true);
|
||||
inItem.addPermanentEnchantment(suffixMod.action, 0, suffixMod.level, false);
|
||||
}
|
||||
|
||||
return inItem;
|
||||
|
||||
Reference in New Issue
Block a user