Remove extra disable in FlyTextGui.Dispose

This commit is contained in:
Raymond 2021-08-22 08:48:09 -04:00
parent f458b1d0c1
commit 2c0337762a

View file

@ -107,7 +107,6 @@ namespace Dalamud.Game.Gui.FlyText
/// </summary>
public void Dispose()
{
this.createFlyTextHook.Disable();
this.createFlyTextHook.Dispose();
}