9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-29 20:09:13 +00:00

删除debug信息

This commit is contained in:
XiaoMoMi
2025-07-10 04:10:10 +08:00
parent b77e6a42be
commit 07f837d137
3 changed files with 1 additions and 8 deletions

View File

@@ -25,7 +25,6 @@ public class ItemStackSlotDisplay implements SlotDisplay {
@Override
public void applyClientboundData(Player player) {
System.out.println("gai ni ma");
this.item = CraftEngine.instance().itemManager().s2c(this.item, player);
}