Update CoreBlock.java (#10025)

Allows destroyBullet to work on coreBlock.
This commit is contained in:
Sh1p*nfire
2024-07-14 00:30:36 +10:00
committed by GitHub
parent f90de0af9c
commit 5a493c0338

View File

@@ -601,6 +601,7 @@ public class CoreBlock extends StorageBlock{
@Override
public void afterDestroyed(){
super.afterDestroyed();
if(state.rules.coreCapture){
if(!net.client()){
tile.setBlock(block, lastDamage);