style: drop task references from cycle code comments
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user