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