Move MW to Bottom

This commit is contained in:
Mike A. Trethewey
2020-03-10 21:31:42 -07:00
parent 3e9880a6db
commit 0c1dc36335
5 changed files with 15 additions and 14 deletions

View File

@@ -90,9 +90,6 @@ SETTINGSTOPROCESS = {
"experimental": "experimental",
"dungeon_counters": "dungeon_counters"
},
"multiworld": {
"names": "names"
},
"gameoptions": {
"hints": "hints",
"nobgm": "disablemusic",
@@ -113,6 +110,7 @@ SETTINGSTOPROCESS = {
},
"bottom": {
"content": {
"names": "names",
"seed": "seed",
"generationcount": "count"
}