Docs: document "Archipelago" special IDs

This commit is contained in:
Fabian Dill
2021-11-11 11:47:45 +01:00
parent 8eb1f0258c
commit 82d3e4bc92
2 changed files with 3 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ class GenericWorld(World):
"Nothing": -1
}
location_name_to_id = {
"Cheat Console" : -1,
"Cheat Console": -1,
"Server": -2
}
hidden = True