Code style & refactor for two issues

This commit is contained in:
Matias
2019-04-18 14:54:37 -03:00
parent bcd96be625
commit 35b6f06687
2 changed files with 6 additions and 2 deletions

View File

@@ -237,6 +237,8 @@ public class VaultDimension {
openings.add(Direction.WEST);
attachedWorld.openings.add(Direction.EAST);
break;
case default;
break;
}
attachedWorld.coords.x = coords.x + direction.dX;