Skip to content

Commit

Permalink
kiowa update
Browse files Browse the repository at this point in the history
  • Loading branch information
spencershepard committed Jun 9, 2024
1 parent c3e06d8 commit bb0d811
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Generator/RotorOpsUnits.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ def getUnitsFromMiz(file, side='both'):

source_mission = dcs.mission.Mission()

#try:
if True:
try:
source_mission.load_file(file)
if side == 'both':
sides = ['red', 'blue']
Expand Down Expand Up @@ -144,9 +143,9 @@ def getUnitsFromMiz(file, side='both'):
forces["aircraft"] = planes + helicopters

return forces
except:
logger.error("Failed to load units from " + file)

#except:
# logger.error("Failed to load units from " + file)

def getDefaultLoadouts():
print("Getting default loadouts")
Expand Down
Binary file modified config/blue_player_loadouts.miz
Binary file not shown.

0 comments on commit bb0d811

Please sign in to comment.