Skip to content

Commit

Permalink
Remove the add/remove DLC options from MEWT.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gwindalmir committed Jan 24, 2022
1 parent a5d5ca6 commit 6359ea1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions WorkshopToolCommon/Options/PublishVerbBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,14 @@ public abstract class PublishVerbBase : UGCOptionBase
#endif
public IEnumerable<string> DLCs { get; set; }

#if SE
[Option("add-dlc", HelpText = "Add DLC dependency to mod.")]
#endif
public IEnumerable<string> DLCToAdd { get; set; }

#if SE
[Option("remove-dlc", HelpText = "Remove DLC dependency from mod.")]
#endif
public IEnumerable<string> DLCToRemove { get; set; }

[Option("blueprints", Min = 1, Group = "workshop", HelpText = "List of folder names of blueprints")]
Expand Down

0 comments on commit 6359ea1

Please sign in to comment.