Skip to content

Commit

Permalink
Fix typo in availability list for Dragonfly (Viper) chassis
Browse files Browse the repository at this point in the history
Corrected a missing comma in the availability list of the Dragonfly (Viper) chassis in the 2950.xml file. This ensures proper parsing and accurate representation of availability data.
  • Loading branch information
IllianiCBT committed Oct 12, 2024
1 parent 9fddb4f commit 30fd02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion megamek/data/forcegenerator/2950.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1897,7 +1897,7 @@
</model>
</chassis>
<chassis name='Dragonfly (Viper)' unitType='Mek' omni='Clan'>
<availability>CSV:3,CLAN:4,CFM:5,CSJ:3CGB:3</availability>
<availability>CSV:3,CLAN:4,CFM:5,CSJ:3,CGB:3</availability>
<model name='A'>
<availability>CDS:8,General:6,CJF:8,CGB:6</availability>
</model>
Expand Down

0 comments on commit 30fd02c

Please sign in to comment.