Added Strike Eagle

This commit is contained in:
Pax1601
2023-10-10 15:18:19 +02:00
parent 0ce56e6529
commit af15fc123d
11 changed files with 19920 additions and 19565 deletions

View File

@@ -35,10 +35,8 @@ if len(sys.argv) > 1:
filename = '..\\..\\client\\public\\databases\\units\\navyunitdatabase.json'
# Loads the database
with open(filename) as f:
with open(filename, encoding="utf-8") as f:
database = json.load(f)
for unit_name in database:
database[unit_name]["enabled"] = True
# Loop on all the units in the database
for unit_name in database: