From 1c395a75e70b2e68ae60f9b77e8c3514cb217b84 Mon Sep 17 00:00:00 2001 From: ZeldaZach Date: Fri, 22 Nov 2024 22:49:34 -0500 Subject: [PATCH] Bump release --- .github/workflows/desktop-build.yml | 4 ++-- cockatrice/src/client/game_logic/abstract_client.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index dfbce10f0..ecb0adebc 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -212,7 +212,7 @@ jobs: - target: 14 soc: Apple os: macos-14 - xcode: "14.3.1" + xcode: "15.4" type: Release core_count: 3 make_package: 1 @@ -220,7 +220,7 @@ jobs: - target: 14 soc: Apple os: macos-14 - xcode: "14.3.1" + xcode: "15.4" type: Debug core_count: 3 diff --git a/cockatrice/src/client/game_logic/abstract_client.cpp b/cockatrice/src/client/game_logic/abstract_client.cpp index 57c45397d..b09335fba 100644 --- a/cockatrice/src/client/game_logic/abstract_client.cpp +++ b/cockatrice/src/client/game_logic/abstract_client.cpp @@ -50,7 +50,7 @@ AbstractClient::AbstractClient(QObject *parent) qRegisterMetaType("pendingCommand"); - + FeatureSet features; features.initalizeFeatureList(clientFeatures);