diff --git a/Dalamud/Game/UnlockState/UnlockState.cs b/Dalamud/Game/UnlockState/UnlockState.cs index cd896ffb6..a4b9381cc 100644 --- a/Dalamud/Game/UnlockState/UnlockState.cs +++ b/Dalamud/Game/UnlockState/UnlockState.cs @@ -22,7 +22,7 @@ using PublicContentSheet = Lumina.Excel.Sheets.PublicContent; namespace Dalamud.Game.UnlockState; -#pragma warning disable Dalamud001 +#pragma warning disable UnlockState /// /// This class provides unlock state of various content in the game. diff --git a/Dalamud/Storage/ReliableFileStoragePluginScoped.cs b/Dalamud/Storage/ReliableFileStoragePluginScoped.cs index 59d6bccc4..f6598a087 100644 --- a/Dalamud/Storage/ReliableFileStoragePluginScoped.cs +++ b/Dalamud/Storage/ReliableFileStoragePluginScoped.cs @@ -11,8 +11,6 @@ using Dalamud.Plugin.Services; namespace Dalamud.Storage; -#pragma warning disable Dalamud001 - /// /// Plugin-scoped VFS wrapper. ///