mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-02-21 23:52:04 -08:00
oopsie x4
This commit is contained in:
parent
b0477394e6
commit
e6078bd4f6
2 changed files with 2 additions and 2 deletions
|
|
@ -237,7 +237,7 @@ public class PayloadConveyor extends Block{
|
|||
@Override
|
||||
public void onRemoved(){
|
||||
super.onRemoved();
|
||||
if (item != null) item.dump();
|
||||
if(item != null) item.dump();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ public class PayloadAcceptor extends Block{
|
|||
@Override
|
||||
public void onRemoved(){
|
||||
super.onRemoved();
|
||||
if (payload != null) payload.dump();
|
||||
if(payload != null) payload.dump();
|
||||
}
|
||||
|
||||
public boolean blends(int direction){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue