Skip to content

Commit

Permalink
Update ShopkeepersStandardization.java
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanYuanOwO committed Jul 13, 2024
1 parent 8fa62dc commit dc8f1b8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ private void updateShopItems(Set<ItemStack> adaptList, Player player, String nam
}
if (anyUpdate) {
player.updateInventory();
player.sendMessage(MiniMessage.miniMessage().deserialize(String.format(getConfig().getString("items-updated"), i)));
getLogger().info("更新了玩家 "+player.getName()+" 的 "+i+" 个物品,以修复和 "+name+" 的交易");
}
}
Expand Down

0 comments on commit dc8f1b8

Please sign in to comment.