Skip to content

Commit 77c2403

Browse files
committed
Fix companion view attach after restart (Closes #1452) (#1453)
1 parent fa3c5e9 commit 77c2403

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Daybreak.Core/Views/LaunchView.razor.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -541,12 +541,6 @@ private async Task AttachContext(
541541
CancellationToken cancellationToken
542542
)
543543
{
544-
// Only attach if Daybreak API was enabled for this launch
545-
if (!context.EnabledMods.OfType<IDaybreakApiService>().Any())
546-
{
547-
return;
548-
}
549-
550544
using var notificationToken = this.notificationService.NotifyInformation(
551545
title: "Attaching to Guild Wars process...",
552546
description: "Attempting to attach to Guild Wars process"

0 commit comments

Comments
 (0)