From 3ed85b56b5dac7c9b3b2d1feddace9fd911409af Mon Sep 17 00:00:00 2001 From: Ottermandias Date: Mon, 9 May 2022 13:35:54 +0200 Subject: [PATCH] Remove mentions of forced collection. --- Penumbra/Penumbra.cs | 2 +- Penumbra/UI/ConfigWindow.CollectionsTab.cs | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Penumbra/Penumbra.cs b/Penumbra/Penumbra.cs index a0f1025b..6a3c23ad 100644 --- a/Penumbra/Penumbra.cs +++ b/Penumbra/Penumbra.cs @@ -348,7 +348,7 @@ public class Penumbra : IDalamudPlugin else { Dalamud.Chat.Print( "Missing arguments, the correct command format is:" - + " /penumbra collection {default|forced} " ); + + " /penumbra collection {default} " ); } break; diff --git a/Penumbra/UI/ConfigWindow.CollectionsTab.cs b/Penumbra/UI/ConfigWindow.CollectionsTab.cs index 8b2ff916..a22c3151 100644 --- a/Penumbra/UI/ConfigWindow.CollectionsTab.cs +++ b/Penumbra/UI/ConfigWindow.CollectionsTab.cs @@ -115,8 +115,7 @@ public partial class ConfigWindow DrawCollectionSelector( "##default", _window._inputTextWidth.X, ModCollection.Type.Default, true, null ); ImGui.SameLine(); ImGuiUtil.LabeledHelpMarker( "Default Collection", - "Mods in the default collection are loaded for any character that is not explicitly named in the character collections below.\n" - + "They also take precedence before the forced collection." ); + "Mods in the default collection are loaded for any character that is not explicitly named in the character collections below.\n" ); } // We do not check for valid character names.