We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa3c5e9 commit 77c2403Copy full SHA for 77c2403
Daybreak.Core/Views/LaunchView.razor.cs
@@ -541,12 +541,6 @@ private async Task AttachContext(
541
CancellationToken cancellationToken
542
)
543
{
544
- // Only attach if Daybreak API was enabled for this launch
545
- if (!context.EnabledMods.OfType<IDaybreakApiService>().Any())
546
- {
547
- return;
548
- }
549
-
550
using var notificationToken = this.notificationService.NotifyInformation(
551
title: "Attaching to Guild Wars process...",
552
description: "Attempting to attach to Guild Wars process"
0 commit comments