mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-21 07:59:18 +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!");
|
Log.Information("[T2] Data OK!");
|
||||||
|
|
||||||
|
Service<SeStringManager>.Set();
|
||||||
|
|
||||||
|
Log.Information("[T2] SeString OK!");
|
||||||
|
|
||||||
// Initialize managers. Basically handlers for the logic
|
// Initialize managers. Basically handlers for the logic
|
||||||
Service<CommandManager>.Set();
|
Service<CommandManager>.Set();
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ namespace Dalamud.Game.Text.SeStringHandling
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[PluginInterface]
|
[PluginInterface]
|
||||||
[InterfaceVersion("1.0")]
|
[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
|
public sealed class SeStringManager
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue