mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-14 10:50:58 -07:00
Fixed #8399
This commit is contained in:
parent
f23d203095
commit
663fa2bd3f
1 changed files with 5 additions and 0 deletions
|
|
@ -224,6 +224,11 @@ public class PayloadLoader extends PayloadBlock{
|
|||
return payload != null && payload.block().consPower != null && payload.block().consPower.buffered;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean shouldConsume(){
|
||||
return payload != null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public byte version(){
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue