oopsie x2
This commit is contained in:
@@ -235,13 +235,13 @@ public class PayloadConveyor extends Block{
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onDestroyed() {
|
||||
public void onDestroyed(){
|
||||
super.onDestroyed();
|
||||
if (item != null) item.dump();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onRemoved() {
|
||||
public void onRemoved(){
|
||||
super.onRemoved();
|
||||
if (item != null) item.dump();
|
||||
}
|
||||
|
||||
@@ -83,13 +83,13 @@ public class PayloadAcceptor extends Block{
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onDestroyed() {
|
||||
public void onDestroyed(){
|
||||
super.onDestroyed();
|
||||
if (payload != null) payload.dump();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onRemoved() {
|
||||
public void onRemoved(){
|
||||
super.onRemoved();
|
||||
if (payload != null) payload.dump();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user