mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: still initialize SeStringManager service
This commit is contained in:
parent
ab2a97c2f8
commit
98f75ce13a
2 changed files with 5 additions and 1 deletions
|
|
@ -196,6 +196,10 @@ namespace Dalamud
|
|||
|
||||
Log.Information("[T2] Data OK!");
|
||||
|
||||
Service<SeStringManager>.Set();
|
||||
|
||||
Log.Information("[T2] SeString OK!");
|
||||
|
||||
// Initialize managers. Basically handlers for the logic
|
||||
Service<CommandManager>.Set();
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ namespace Dalamud.Game.Text.SeStringHandling
|
|||
/// </summary>
|
||||
[PluginInterface]
|
||||
[InterfaceVersion("1.0")]
|
||||
[Obsolete("This class is obsolete. Please use the static methods on SeString instead.", true)]
|
||||
[Obsolete("This class is obsolete. Please use the static methods on SeString instead.")]
|
||||
public sealed class SeStringManager
|
||||
{
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue