take out YesSoliciting

This commit is contained in:
goat 2023-03-31 20:21:23 +02:00
parent fd66645f47
commit 2309a463d0
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -117,6 +117,7 @@ internal class FoolsManager : IDisposable, IServiceType
RealAuthor = "Chirp", RealAuthor = "Chirp",
Type = typeof(CatBubblesPlugin), Type = typeof(CatBubblesPlugin),
}, },
/*
new() new()
{ {
Name = "YesSoliciting", Name = "YesSoliciting",
@ -126,6 +127,7 @@ internal class FoolsManager : IDisposable, IServiceType
RealAuthor = "NotNite", RealAuthor = "NotNite",
Type = typeof(YesSolicitingPlugin), Type = typeof(YesSolicitingPlugin),
}, },
*/
new() new()
{ {
Name = "GoodVibes", Name = "GoodVibes",