mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-09 20:29:06 +07:00
Update CoreBlock.java (#10025)
Allows destroyBullet to work on coreBlock.
This commit is contained in:
parent
f90de0af9c
commit
5a493c0338
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user