From 5d83030ae228a7f554747c5e70d7a0f4feea60e9 Mon Sep 17 00:00:00 2001 From: Colin Cornaby Date: Sun, 23 Jun 2024 20:18:03 -0700 Subject: [PATCH] Fixing client not terminating on patch error --- Sources/Plasma/Apps/plClient/Mac-Cocoa/main.mm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Sources/Plasma/Apps/plClient/Mac-Cocoa/main.mm b/Sources/Plasma/Apps/plClient/Mac-Cocoa/main.mm index a5272f348a..efd8082da1 100644 --- a/Sources/Plasma/Apps/plClient/Mac-Cocoa/main.mm +++ b/Sources/Plasma/Apps/plClient/Mac-Cocoa/main.mm @@ -459,9 +459,8 @@ - (void)patcherCompletedWithError:(PLSPatcher*)patcher error:(NSError*)error NSAlert* failureAlert = [NSAlert alertWithError:error]; [failureAlert beginSheetModalForWindow:self.patcherWindow.window completionHandler:^(NSModalResponse returnCode){ - + [NSApp terminate:self]; }]; - [NSApp terminate:self]; } - (void)patcher:(PLSPatcher*)patcher