no reason to do that actually

This commit is contained in:
Leijurv 2018-09-23 10:13:09 -07:00
parent 289637a370
commit c623250387
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -39,7 +39,7 @@ public enum Moves {
PILLAR(0, 0) { PILLAR(0, 0) {
@Override @Override
protected Movement apply0(BetterBlockPos src) { // TODO specific return types protected Movement apply0(BetterBlockPos src) {
return new MovementPillar(src, src.up()); return new MovementPillar(src, src.up());
} }