Fix build fail and refactor config file in tests

This commit is contained in:
simon987
2019-04-23 17:04:20 -04:00
parent 6e4b2358af
commit 2f7d2cd85a
6 changed files with 36 additions and 67 deletions

View File

@@ -237,7 +237,7 @@ public class VaultDimension {
openings.add(Direction.WEST);
attachedWorld.openings.add(Direction.EAST);
break;
case default;
default:
break;
}