Skip to content

Commit

Permalink
Add ME's version tags as allowable by MEWT.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gwindalmir committed Oct 10, 2021
1 parent 34c8a02 commit 811e3da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions WorkshopToolCommon/Extensions/Extensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,10 @@ internal static void AddHiddenTags(this List<MyWorkshop.Category> categories, Wo
categories.Add(new MyWorkshop.Category() { Id = "obsolete" });
categories.Add(new MyWorkshop.Category() { Id = "no mods" });
categories.Add(new MyWorkshop.Category() { Id = "experimental" });
#else
// ME also has tags for supported game version
categories.Add(new MyWorkshop.Category() { Id = "0.6" });
categories.Add(new MyWorkshop.Category() { Id = "0.7" });
#endif
break;
default:
Expand Down

0 comments on commit 811e3da

Please sign in to comment.