Call default constructor in ActionAscend
This commit is contained in:
parent
cda55b8ac7
commit
854e67b9a8
@ -7,8 +7,8 @@ import java.util.Optional;
|
||||
|
||||
public class ActionAscend extends Action {
|
||||
|
||||
public ActionAscend(BlockPos destination) {
|
||||
|
||||
ActionAscend(BlockPos dest) {
|
||||
super(dest);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user