mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2026-01-04 15:41:38 +00:00
增强异常处理
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user