mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
fix wrong map style and type
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { MapStyle } from "shared/models/maps/beat-saver.model";
|
||||
|
||||
export const MAP_STYLES: MapStyle[] = [
|
||||
"dancestyle",
|
||||
"dance",
|
||||
"swing",
|
||||
"nightcore",
|
||||
"folk",
|
||||
|
||||
@@ -4,7 +4,7 @@ export const MAP_TYPES: MapType[] = [
|
||||
"accuracy",
|
||||
"balanced",
|
||||
"challenge",
|
||||
"dance",
|
||||
"dancestyle",
|
||||
"fitness",
|
||||
"speed",
|
||||
"tech"
|
||||
|
||||
Reference in New Issue
Block a user