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)),