mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +01:00
console: also strip "plugin" from namespace
This commit is contained in:
parent
8d4e428d6b
commit
b3727a0f2a
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ public class ConsoleManagerPluginScoped : IConsole, IInternalDisposableService
|
|||
/// </summary>
|
||||
internal static partial class ConsoleManagerPluginUtil
|
||||
{
|
||||
private static readonly string[] ReservedNamespaces = ["dalamud", "xl"];
|
||||
private static readonly string[] ReservedNamespaces = ["dalamud", "xl", "plugin"];
|
||||
|
||||
/// <summary>
|
||||
/// Get a sanitized namespace name from a plugin's internal name.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue