修复了重铸点数bug

This commit is contained in:
17146 2024-10-02 12:32:15 +08:00
parent 677b8f2631
commit 6508899616

View file

@ -261,8 +261,6 @@ public class ReforgingTableMenu extends AbstractContainerMenu {
this.container.setChanged();
}
//TODO 修复不点重铸按钮直接拿出武器而导致的点数异常bug
/**
* 从Perk槽中取出对应的Perk物品时根据其类型移除输入槽中枪械的Perk
*
@ -386,7 +384,6 @@ public class ReforgingTableMenu extends AbstractContainerMenu {
}
}
handleUpgradePoint(pStack);
this.upgradePoint.set(0);
this.container.setChanged();