HK: apworld support on 3.10+

This commit is contained in:
Fabian Dill 2023-06-29 17:40:13 +02:00 committed by Fabian Dill
parent 75463193ab
commit 1e72851b28
1 changed files with 3 additions and 1 deletions

View File

@ -71,7 +71,6 @@ non_apworlds: set = {
"Clique",
"DLCQuest",
"Final Fantasy",
"Hollow Knight",
"Hylics 2",
"Kingdom Hearts 2",
"Lufia II Ancient Cave",
@ -90,6 +89,9 @@ non_apworlds: set = {
"Zillion",
}
# LogicMixin is broken before 3.10 import revamp
if sys.version_info < (3,10):
non_apworlds.add("Hollow Knight")
def download_SNI():
print("Updating SNI")