style: drop task references from cycle code comments

This commit is contained in:
2026-05-21 14:52:58 +02:00
parent 81123ccddf
commit 3296a12516
9 changed files with 28 additions and 29 deletions
+4 -4
View File
@@ -200,10 +200,10 @@ public sealed class Plugin : IAsyncDalamudPlugin
// Schema gate: v1.4.x+ requires config v16+. Users on older schemas
// must install v1.4.2 first to run the migration chain. v18 adds the
// per-tab EnableNotificationSound + NotificationSoundId fields (UI-3)
// and the top-level NotifyFailedTell flag (UI-2), all additive with
// defaults, so v16/v17 configs load cleanly and get their Version
// stamp bumped after the gate.
// per-tab EnableNotificationSound + NotificationSoundId fields and the
// top-level NotifyFailedTell flag, all additive with defaults, so
// v16/v17 configs load cleanly and get their Version stamp bumped
// after the gate.
if (Config.Version < 16)
{
throw new InvalidOperationException(