From 0a6dd1534f6f92a4b5cfd771330479e9187ce23a Mon Sep 17 00:00:00 2001 From: PartyLich Date: Mon, 1 Jan 2024 21:00:08 -0600 Subject: [PATCH] docs: add AllowedContentType names --- BetterPartyFinder/PluginUi.cs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/BetterPartyFinder/PluginUi.cs b/BetterPartyFinder/PluginUi.cs index 9c78596..c6e0a5c 100755 --- a/BetterPartyFinder/PluginUi.cs +++ b/BetterPartyFinder/PluginUi.cs @@ -15,15 +15,15 @@ namespace BetterPartyFinder { public class PluginUi : IDisposable { private static readonly uint[] AllowedContentTypes = { - 2, - 3, - 4, - 5, - 6, - 16, - 21, - 26, - 28, + 2, // Dungeons + 3, // Guildhests + 4, // Trials + 5, // Raids + 6, // PvP + 16, // + 21, // Deep Dungeons + 26, // Eureka + 28, // Ultimate Raids 30, // V&C Dungeon Finder };