mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-10 12:49:37 +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
|
@Override
|
||||||
public void afterDestroyed(){
|
public void afterDestroyed(){
|
||||||
|
super.afterDestroyed();
|
||||||
if(state.rules.coreCapture){
|
if(state.rules.coreCapture){
|
||||||
if(!net.client()){
|
if(!net.client()){
|
||||||
tile.setBlock(block, lastDamage);
|
tile.setBlock(block, lastDamage);
|
||||||
|
Loading…
Reference in New Issue
Block a user