9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2026-01-04 15:41:38 +00:00

增强异常处理

This commit is contained in:
XiaoMoMi
2025-04-08 16:24:12 +08:00
parent b49698b02d
commit 6b1b7e35bd
3 changed files with 12 additions and 7 deletions

View File

@@ -114,6 +114,7 @@ public class BukkitBlockManager extends AbstractBlockManager {
this.stateId2ImmutableBlockStates = new ImmutableBlockState[customBlockCount];
Arrays.fill(this.stateId2ImmutableBlockStates, EmptyBlock.INSTANCE.defaultState());
instance = this;
this.resetPacketConsumers();
}
public static BukkitBlockManager instance() {