From 7d50ab3049d11d839fa8a7b1392e66e6847ce515 Mon Sep 17 00:00:00 2001 From: NotNite Date: Sat, 18 Mar 2023 20:03:15 -0400 Subject: [PATCH] whoops --- Dalamud/Fools/FoolsManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dalamud/Fools/FoolsManager.cs b/Dalamud/Fools/FoolsManager.cs index d71b416e9..4d58b7a03 100644 --- a/Dalamud/Fools/FoolsManager.cs +++ b/Dalamud/Fools/FoolsManager.cs @@ -27,7 +27,7 @@ internal class FoolsManager : IDisposable, IServiceType this.uiBuilder = new UiBuilder("fools"); this.uiBuilder.Draw += this.DrawUI; - // reflect over all IFoolsPlugin implementations + // reflect over all IFoolsPlugin implementations sometime(?) this.FoolsPlugins = new List { new("Test Fool Plugin", "TestFoolPlugin", "this is a test", "NotNite", typeof(TestFoolPlugin)),