fix: still initialize SeStringManager service

This commit is contained in:
goat 2021-08-28 20:18:07 +02:00
parent ab2a97c2f8
commit 98f75ce13a
No known key found for this signature in database
GPG key ID: F18F057873895461
2 changed files with 5 additions and 1 deletions

View file

@ -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();

View file

@ -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>