diff --git a/lib/const/maps.dart b/lib/const/maps.dart index be087d99..c2b953a8 100644 --- a/lib/const/maps.dart +++ b/lib/const/maps.dart @@ -30,8 +30,8 @@ class VisionGeometryAlignment { class Maps { static List availableMaps = [ + MapValue.abyss, MapValue.ascent, - MapValue.breeze, MapValue.haven, MapValue.lotus, MapValue.split, @@ -40,8 +40,8 @@ class Maps { ]; static List outofplayMaps = [ - MapValue.abyss, MapValue.bind, + MapValue.breeze, MapValue.corrode, MapValue.fracture, MapValue.icebox,