diff options
author | metamuffin <metamuffin@disroot.org> | 2024-09-01 20:09:06 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-09-01 20:09:06 +0200 |
commit | eb7fa5392997ac5c165d1ae011e57a1b7fcac084 (patch) | |
tree | dedaf078a8817a976ead6568dbf93bf79f3f395b /data/index.yaml | |
parent | 4ad82d4944bc8ea00fcfe324c8004b079ec48c18 (diff) | |
download | hurrycurry-eb7fa5392997ac5c165d1ae011e57a1b7fcac084.tar hurrycurry-eb7fa5392997ac5c165d1ae011e57a1b7fcac084.tar.bz2 hurrycurry-eb7fa5392997ac5c165d1ae011e57a1b7fcac084.tar.zst |
server support for nested map directory
Diffstat (limited to 'data/index.yaml')
-rw-r--r-- | data/index.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/data/index.yaml b/data/index.yaml index 2073fd5d..199ed423 100644 --- a/data/index.yaml +++ b/data/index.yaml @@ -29,7 +29,6 @@ demands: # 5 Unplayable maps: - lobby: { name: "Lobby", players: 0, difficulty: 1 } sophomore: { name: "Sophomore", players: 1, difficulty: 1 } junior: { name: "Junior", players: 3, difficulty: 1 } senior: { name: "Senior", players: 4, difficulty: 1 } @@ -51,7 +50,6 @@ maps: 5star: { name: "5 Star", players: 4, difficulty: 3 } auto_sushi: { name: "AutoSushi", players: 2, difficulty: 2 } factory: { name: "Factory", players: 3, difficulty: 4 } - debug: { name: "DEBUG", players: 0, difficulty: 5 } recipes: - none |