oopsie x4
This commit is contained in:
@@ -237,7 +237,7 @@ public class PayloadConveyor extends Block{
|
|||||||
@Override
|
@Override
|
||||||
public void onRemoved(){
|
public void onRemoved(){
|
||||||
super.onRemoved();
|
super.onRemoved();
|
||||||
if (item != null) item.dump();
|
if(item != null) item.dump();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ public class PayloadAcceptor extends Block{
|
|||||||
@Override
|
@Override
|
||||||
public void onRemoved(){
|
public void onRemoved(){
|
||||||
super.onRemoved();
|
super.onRemoved();
|
||||||
if (payload != null) payload.dump();
|
if(payload != null) payload.dump();
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean blends(int direction){
|
public boolean blends(int direction){
|
||||||
|
|||||||
Reference in New Issue
Block a user