appease codacy

This commit is contained in:
Leijurv 2019-02-03 19:34:24 -08:00
parent d799fac688
commit 0e1534613c
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -281,6 +281,8 @@ public class MovementTraverse extends Movement {
} }
return state; return state;
} }
default:
break;
} }
if (whereAmI.equals(dest)) { if (whereAmI.equals(dest)) {
// If we are in the block that we are trying to get to, we are sneaking over air and we need to place a block beneath us against the one we just walked off of // If we are in the block that we are trying to get to, we are sneaking over air and we need to place a block beneath us against the one we just walked off of